Metadata-Version: 1.1
Name: maproxy
Version: 0.0.12
Summary: My first attempt to create a simple and awesome TCP proxy using Tornado
Home-page: UNKNOWN
Author: Zvika Ferentz
Author-email: zvika dot ferentz at gmail
License: UNKNOWN
Description: ===========
        Ma`Proxy
        ===========
        
        Ma`Proxy is a simple TCP proxy based on `Tornado <http://www.tornadoweb.org/>`_.
        
        Well, maybe not that simple, since it supports:
        
        * TCP -> TCP
            simple reverse proxy.
            Whatever data goes in , goes out
        
        * TCP -> SSL 
            proxy to encrypt incoming data.
            a.k.a stunnel
        					  
        * SSL -> TCP
            proxy to decrypt incoming data
            a.k.a SSL-terminator or SSL-decryptor
        
        * SSL- > SSL
            whatever gets in will be decrypted and then encrypted again
            
        * Each SSL can be used with SSL certificates. including client-certificates !!
        
        
        Examples:
        ----------
        
            Coming soon. Until then - refer to the demos section (all.py)
        
        Installation:
        --------------
        
            pip install maproxy
        
        Source Code: https://github.com/zferentz/maproxy
        
        
        
Keywords: TCP proxy ssl http https certificates
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Topic :: Internet :: Proxy Servers
