Package python3-module-winrm: Information
Source package: python3-module-winrm
Version: 0.4.1-alt1
Build time: Aug 9, 2021, 12:56 AM
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: Vitaly Lipatov
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).