Metadata-Version: 2.1
Name: echo-server
Version: 0.1.2
Summary: Network service that send messages back to client. Used in network testing.
Home-page: UNKNOWN
Author: zencore
Author-email: dobetter@zencore.cn
License: MIT
Description: # echo-server
        
        Network service that send messages back to client. Used in network testing.
        
        ## Install
        
        ```shell
        pip install echo-server
        ```
        
        ### Installed Commands
        
        - echo-server
        
        ### Usage
        
        ```shell
        [root@test ~]# echo-server --help
        Usage: echo-server [OPTIONS] [PORT]...
        
          Start echo server on given ports. Press CTRL+C to stop. The default
          listenning port is 3682. You can listen on many ports at the same time.
        
          Example:
        
          echo-server 8001 8002 8003
        
        Options:
          --help  Show this message and exit.
        ```
        
        
        ## Releases
        
        ### v0.1.2 2020/03/27
        
        - Fix data print problem.
        
        ### v0.1.1 2020/03/27
        
        - Fix port str typed problem.
        
        ### v0.1.0 2020/03/27
        
        - First release
Keywords: command line utils,echo-server
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Description-Content-Type: text/markdown
