Source: pywinrm
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Dominic Hargreaves <dom@earth.li>,
	   Harlan Lieberman-Berg <hlieberman@debian.org>
Section: python
Priority: optional
Build-Depends: debhelper (>= 11),
    dh-python,
    python3,
    python3-mock,
    python3-pytest,
    python3-requests (>= 2.9.1~),
    python3-requests-ntlm (>= 0.3.0~),
    python3-setuptools,
    python3-six,
    python3-xmltodict
Standards-Version: 4.1.3
Testsuite: autopkgtest-pkg-python
Homepage: https://github.com/diyan/pywinrm
Vcs-Git: https://salsa.debian.org/python-team/modules/python-winrm.git
Vcs-Browser: https://salsa.debian.org/python-team/modules/python-winrm


Package: python3-winrm
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Recommends: python3-requests-kerberos
Description: Python 3 library for Windows Remote Management
 pywinrm is a Python client for Windows Remote Management (WinRM). This
 allows you to invoke commands on target Windows machines from any machine
 that can run Python.
 .
 WinRM allows you to call native objects in Windows. These include, but are
 not limited to, running batch scripts, powershell scripts and fetching WMI
 variables.
