Source: pypsrp
Section: python
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Lester Guerzon <lester@guerzon.net>
Build-Depends:
 debhelper-compat (= 14),
 dh-sequence-python3,
 pybuild-plugin-pyproject,
 python3-all,
 python3-setuptools,
 python3-pyspnego (>= 0.7.0) <!nocheck>,
 python3-requests (>= 2.27.0) <!nocheck>,
 xmldiff <!nocheck>,
 python3-pytest-mock <!nocheck>,
 python3-yaml <!nocheck>,
Testsuite: autopkgtest-pkg-python
Standards-Version: 4.7.4
Homepage: https://github.com/jborean93/pypsrp
Vcs-Browser: https://salsa.debian.org/python-team/packages/pypsrp
Vcs-Git: https://salsa.debian.org/python-team/packages/pypsrp.git

Package: python3-pypsrp
Architecture: all
Multi-Arch: foreign
Depends:
 python3-cryptography (>= 3.1),
 python3-pyspnego (>= 0.7.0),
 python3-requests (>= 2.27.0),
Description: Python PowerShell Remoting Protocol Client library
 pypsrp is a Python client for the PowerShell Remoting Protocol (PSRP)
 and Windows Remote Management (WinRM) service. It allows your to execute
 commands on a remote Windows host from any machine that can run Python.
