Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37041999
en ru br
ALT Linux repos
S:0.4.1-alt2

Group :: Networking/Remote access
RPM: python3-module-winrm

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Current version: 0.4.1-alt2
Build date: 3 october 2022, 11:08 ( 77.5 weeks ago )
Size: 40.44 Kb

Home 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'])

Current maintainer: Stanislav Levin

List of contributors

List of rpms provided by this srpm:

  • python3-module-winrm
ACL:
     
    design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    current maintainer: Michael Shigorin