Metadata-Version: 1.1
Name: mrproxy
Version: 0.2.1
Summary: Mediocre Reverse Proxy.
Home-page: https://github.com/gmjosack/mrproxy
Author: Gary M. Josack
Author-email: gary@byoteki.com
License: MIT
Download-URL: https://github.com/gmjosack/mrproxy/archive/master.tar.gz
Description: mrproxy
        =======
        
        Description
        ~~~~~~~~~~~
        
        mrproxy is a Mediocre Reverse Proxy. Seriously, you should never use
        this for anything other than development needs. I wrote this as a quick
        way to inject headers for authentication outside of production.
        
        Installation
        ~~~~~~~~~~~~
        
        ::
        
            $ pip install mrproxy
        
        Usage
        ~~~~~
        
        Currently the only use for mrproxy is additional headers with a request.
        
        ::
        
            $ mrproxy --header="X-Auth-User: gary"
        
        
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
