Metadata-Version: 1.1
Name: twunnel3
Version: 0.4.0
Summary: A HTTPS/SOCKS4/SOCKS5 tunnel for AsyncIO.
Home-page: https://github.com/jvansteirteghem/twunnel3
Author: Jeroen Van Steirteghem
Author-email: jeroen.vansteirteghem@gmail.com
License: MIT
Description: Twunnel
        =======
        
        A HTTPS/SOCKS4/SOCKS5 tunnel for AsyncIO.
        
        Supports:
        
        - TCP
        - TCP over SSL
        
        Examples
        --------
        
        - https://github.com/jvansteirteghem/twunnel3/tree/master/examples
        
          - Example 1: A TCP tunnel.
          - Example 2: A HTTPS TCP tunnel.
          - Example 3: A SOCKS4 TCP tunnel.
          - Example 4: A SOCKS5 TCP tunnel.
          - Example 5: A HTTPS TCP, SOCKS4 TCP, SOCKS5 TCP tunnel.
          - Example 6: A SOCKS5 TCP over SSL tunnel.
        
        License
        -------
        
        Uses the `MIT`_ license.
        
        
        .. _MIT: http://opensource.org/licenses/MIT
        
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
