Package python3-module-winrm: Information

    Source package: python3-module-winrm
    Version: 0.4.1-alt1
    Build time:  Aug 9, 2021, 12:56 AM
    Report package bug
    License: MIT
    Summary: Python library for Windows Remote Management
    Description: 
    pywinrm is a Python client for the Windows Remote Management (WinRM)
    service. WinRM allows you to perform various management tasks
    remotely. These include, but are not limited to: running batch
    scripts, powershell scripts, and fetching WMI variables.
    
    To try it out, you can run the included winexe_py3winrm script
    (needs Python3) or consider the following usage example:
    
    import winrm
    
    s = winrm.Session('windows-host.example.com', auth=('john.smith', 'secret'))
    r = s.run_cmd('ipconfig', ['/all'])

    List of RPM packages built from this SRPM:
    python3-module-winrm (noarch)

    Maintainer: Vitaly Lipatov


      1. rpm-build-intro >= 2.2.5
      2. rpm-build-python3
      3. python3-module-mock >= 3.0.5
      4. python3-module-setuptools
      5. python3-module-pytest >= 4.4.2
      6. python3-module-pytest-cov >= 2.7.1
      7. python3-module-pytest-flake8 >= 1.0.4
      8. python3-module-six
      9. python3-module-requests >= 2.9.1
      10. python3-module-xmltodict

    Last changed


    Nov. 22, 2020 Vitaly Lipatov 0.4.1-alt1
    - NMU: new version 0.4.1, update buildreqs
    Nov. 22, 2020 Vitaly Lipatov 0.3.0-alt6
    - NMU: update buildreqs
    Oct. 16, 2020 Stanislav Levin 0.3.0-alt5
    - Fixed FTBFS(Pytest 6).