Metadata-Version: 1.1
Name: proxy.py
Version: 0.2
Summary: HTTP Proxy Server in Python
Home-page: https://github.com/abhinavsingh/proxy.py
Author: Abhinav Singh
Author-email: mailsforabhinav@gmail.com
License: BSD
Description: proxy.py
        ========
        
        Lightweight HTTP Proxy Server in Python.
        
        Features
        --------
        
        - Distributed as a single file module
        - No dependency other than the Python standard library
        - Support for http, https, websockets request proxy
        
        Install
        -------
        
        To install proxy.py, simply:
        
        	$ pip install proxy.py
        
        This will add `proxy.py` inside your python bin folder.
        
        Usage
        -----
        
        ```
        $ proxy.py -h
        usage: proxy.py [-h] [--hostname HOSTNAME] [--port PORT]
                        [--log-level LOG_LEVEL]
        
        proxy.py v0.1
        
        optional arguments:
          -h, --help            show this help message and exit
          --hostname HOSTNAME   Default: 127.0.0.1
          --port PORT           Default: 8899
          --log-level LOG_LEVEL
                                DEBUG, INFO, WARNING, ERROR, CRITICAL
        
        Having difficulty using proxy.py? Report at:
        https://github.com/abhinavsingh/proxy.py/issues/new
        ```
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: MacOS
Classifier: Operating System :: POSIX
Classifier: Operating System :: Unix
Classifier: Operating System :: Microsoft
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Internet :: Proxy Servers
Classifier: Topic :: Internet :: WWW/HTTP :: HTTP Servers
