Пакет 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'])Сопровождающий: Stanislav Levin
Список участников:
Stanislav Levin
Anton Vyatkin
Vitaly Lipatov
Andrey Bychkov
Igor Vlasenko
Ivan Zakharyaschev
Stanislav Levin
Anton Vyatkin
Vitaly Lipatov
Andrey Bychkov
Igor Vlasenko
Ivan Zakharyaschev
Последнее изменение
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.