Python 工具包。
- 快速创建基于
Python
的命令行程序 - 提供内建的
logger
模块和管理选项 - 通过 xargcomplete 管理命令补全
- Python >= 3.8
通过 xpip 工具可快速构建和安装:
xpip-build setup --clean --all --install
或者通过 shell
命令构建:
rm -rf "build" "dist" "*.egg-info"
python setup.py check sdist bdist_wheel --universal