Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 534 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 534 Bytes

xkits

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