Metadata-Version: 2.1
Name: px-proxy
Version: 0.4.0
Summary: An HTTP proxy server to automatically authenticate through an NTLM proxy
Home-page: https://github.com/genotrance/px
Author: Ganesh Viswanathan
Author-email: dev@genotrance.com
License: UNKNOWN
Project-URL: Bug Reports, https://github.com/genotrance/px/issues
Project-URL: Source, https://github.com/genotrance/px
Keywords: proxy ntlm kerberos
Platform: Windows
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Win32 (MS Windows)
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Internet :: Proxy Servers
License-File: LICENSE.txt
Requires-Dist: keyring
Requires-Dist: netaddr
Requires-Dist: ntlm-auth
Requires-Dist: psutil
Requires-Dist: pywin32
Requires-Dist: winkerberos
Requires-Dist: futures ; python_version < "3.0"

Px is a HTTP(s) proxy server that allows applications to authenticate through an NTLM or Kerberos proxy server, typically used in corporate deployments, without having to deal with the actual handshake. It is primarily designed to run on Windows systems and authenticates on behalf of the application using the currently logged in Windows user account.

