Package python3-module-winrm: Information

    Source package: python3-module-winrm
    Version: 0.4.3-alt2
    Build time:  Jun 1, 2024, 12:10 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 rpms provided by this srpm:
    python3-module-winrm (noarch)

    Maintainer: Stanislav Levin


      1. python3(setuptools)
      2. python3(wheel)
      3. python3-module-mock >= 3.0.5
      4. python3-module-pyproject-installer >= 0.4.0
      5. python3-module-pytest >= 4.4.2
      6. python3-module-requests >= 2.9.1
      7. python3-module-six
      8. python3-module-xmltodict
      9. rpm-build-intro >= 2.2.5
      10. rpm-build-python3

    Last changed


    May 31, 2024 Stanislav Levin 0.4.3-alt2
    - Mapped PyPI name to distro's one.
    Oct. 23, 2023 Anton Vyatkin 0.4.3-alt1
    - NMU: New version 0.4.3.
    Oct. 3, 2022 Stanislav Levin 0.4.1-alt2
    - NMU: Dropped build dependency on removed pytest-flake8.