Metadata-Version: 2.1
Name: pypsrp
Version: 0.3.1
Summary: PowerShell Remoting Protocol and WinRM for Python
Home-page: https://github.com/jborean93/pypsrp
Author: Jordan Borean
Author-email: jborean93@gmail.com
License: MIT
Keywords: winrm psrp winrs windows
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Python: >=2.6,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*
Requires-Dist: cryptography
Requires-Dist: ntlm-auth (>=1.2.0)
Requires-Dist: requests (>=2.9.1)
Requires-Dist: six
Requires-Dist: lxml (<4.3.0) ; python_version<"2.7"
Requires-Dist: ipaddress ; python_version<="2.7"
Provides-Extra: credssp
Requires-Dist: requests-credssp (>=1.0.0) ; extra == 'credssp'
Provides-Extra: kerberos
Requires-Dist: gssapi (>=1.5.0) ; (sys_platform!="win32") and extra == 'kerberos'
Requires-Dist: pywin32 ; (sys_platform=="win32") and extra == 'kerberos'

UNKNOWN


