Metadata-Version: 1.1
Name: twunnel
Version: 0.11.0
Summary: A HTTPS/SOCKS4/SOCKS5 tunnel for Twisted.
Home-page: https://github.com/jvansteirteghem/twunnel
Author: Jeroen Van Steirteghem
Author-email: jeroen.vansteirteghem@gmail.com
License: MIT
Description: Twunnel
        =======
        
        A HTTPS/SOCKS4/SOCKS5 tunnel for Twisted.
        
        Supports:
        
        - TCP
        - TCP over SSH
        - TCP over WS
        - TCP over WSS
        
        Examples
        --------
        
        - https://github.com/jvansteirteghem/twunnel/tree/master/examples
        
          - Example 1: A TCP tunnel.
          - Example 2: A SOCKS5 TCP tunnel.
          - Example 3: A SOCKS5 TCP over SSH tunnel.
          - Example 4: A SOCKS5 TCP over WSS tunnel.
          - Example 5: A DNS, TCP tunnel.
          - Example 6: A HTTPS TCP tunnel.
          - Example 7: A HTTPS TCP, SOCKS5 TCP tunnel.
          - Example 8: A SOCKS4 TCP tunnel.
        
        - https://github.com/jvansteirteghem/twunnel-app
        - https://github.com/jvansteirteghem/twunnel-app-openshift
        
        License
        -------
        
        Uses the `MIT`_ license.
        
        
        .. _MIT: http://opensource.org/licenses/MIT
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Framework :: Twisted
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Internet
Classifier: Topic :: Software Development :: Libraries :: Python Modules
