Simple command-line tool based on argparse
.
- Quickly create command line programs based on
Python
- Built in logger module and management options
- Manage completion via xargcomplete
Python
>= 3.8
Fast build and install via xpip:
xpip-build setup --clean --all --install
or build via shell:
rm -rf "build" "dist" "*.egg-info"
python setup.py check sdist bdist_wheel --universal