Package python3-module-winrm: Information
Source package: python3-module-winrm
Version: 0.4.3-alt2
Build time: May 31, 2024, 07:14 PM in the task #350074
Category: Networking/Remote access
Report package bugHome page: https://pypi.python.org/pypi/pywinrm
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'])Maintainer: Stanislav Levin
List of contributors:
Stanislav Levin
Anton Vyatkin
Vitaly Lipatov
Andrey Bychkov
Igor Vlasenko
Ivan Zakharyaschev
Stanislav Levin
Anton Vyatkin
Vitaly Lipatov
Andrey Bychkov
Igor Vlasenko
Ivan Zakharyaschev
ACL:
@python
@everybody
@python
@everybody
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.