Пакет python3-module-winrm: Информация

    Исходный пакет: python3-module-winrm
    Версия: 0.4.3-alt2
    Собран:  1 июня 2024 г. 0:10
    Сообщить об ошибке в пакете
    Домашняя страница: https://pypi.python.org/pypi/pywinrm

    Лицензия: MIT
    О пакете: Python library for Windows Remote Management
    Описание: 
    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'])

    Список бинарных RPM-пакетов, собираемых из данного SRPM:
    python3-module-winrm (noarch)

    Сопровождающий: Stanislav Levin


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

    Последнее изменение


    31 мая 2024 г. Stanislav Levin 0.4.3-alt2
    - Mapped PyPI name to distro's one.
    23 октября 2023 г. Anton Vyatkin 0.4.3-alt1
    - NMU: New version 0.4.3.
    3 октября 2022 г. Stanislav Levin 0.4.1-alt2
    - NMU: Dropped build dependency on removed pytest-flake8.