Metadata-Version: 1.0
Name: AsyncTcpProxy
Version: 0.4.0
Summary: A proxy handles data to/from a TCP server.
Home-page: UNKNOWN
Author: Eric Tang
Author-email: tangcongyuan@gmail.com
License: UNKNOWN
Description: # Asynchronous TCP Proxy
        Interact with a TCP server in synchronous mode, with asyncio handles bi-directional traffic.
        
        ## Quick Start
        `pip install AsyncTcpProxy`
        
        
        ## Sample Server
        TO DO
        
        ## Proxy
        TO DO
        
Platform: UNKNOWN
