Metadata-Version: 1.1
Name: proxylog
Version: 0.4
Summary: A simple, xml-prettifying, colorizing, logging, HTTP proxy.
Home-page: http://github.com/metagriffin/proxylog
Author: metagriffin
Author-email: mg.pypi@uberdev.org
License: GPLv3+
Description: ========
        ProxyLog
        ========
        
        A simple HTTP proxy server that logs all client/server communications,
        with some added features to parse the content such as automatic
        gunzipping, XML pretty-printing and output colorization.
        
        
        TL;DR
        =====
        
        Install:
        
        .. code-block:: bash
        
          $ pip install proxylog
        
        Proxy http://www.example.com/ locally to http://localhost:8080/, log
        all transactions to a file and display them colorized and prettified
        on the console:
        
        .. code-block:: bash
        
          $ proxylog -r www.example.com:80 -p 8080 -o transactions.log -dcx
        
        Display a previous log file colorized and prettified:
        
        .. code-block:: bash
        
          $ proxylog -i transactions.log -dcx
        
        
Keywords: http proxy logging xml colorize prettify
Platform: any
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Operating System :: OS Independent
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
