/py-script

快速构建 python 命令行客户端的框架 a framework to quickly build python script project

Primary LanguagePythonMIT LicenseMIT

py-script

a framework to quickly build python script project

Python Version > 3.6.1 to support rich module

    # Install required python modules
    pip install -r requirements.txt
    # test command line client help documentation
    python main.py --help