Metadata-Version: 1.0
Name: setupapp
Version: 0.0.1
Summary: simple demo for python setup, author tom
Home-page: https://github.com/amlyj/setupapp
Author: tom.lee
Author-email: liyuanjunmail@qq.com
License: MIT
Description: # setupapp
        > a simple demo for Python setup test.
        
        ### docs
        > https://packaging.python.org/tutorials/distributing-packages/#uploading-your-project-to-pypi
        
        ### environment
        ```bash
        $ pip install docopt
        ```
        
        ### install
        ```bash
        $ git clone https://github.com/amlyj/setupapp.git && cd setupapp && python setup.py install
        ```
        ### bash
        ```bash
        [root@node1 setupapp]# setupapp 
        
        setup commands:
            simple demo for python setup.
        
        Usage:
            setupapp -l
            setupapp -h | --help
            setupapp -v | --version
            setupapp -m
            setupapp -P <port>
            setupapp -H <ip>
            setupapp [-H <ip>] [-P <port>]
        
        Arguments:
            ip    output ip
            port  output port
        
        Options:
            -h --help        帮助
            -v --version     版本.
            -l               列表.
            -m               say hello
        
        [root@node1 setupapp]# setupapp -l
         1
        	2
        		3
        			4
        				5
        [root@node1 setupapp]#
        ```
        
Platform: UNKNOWN
