This repository contains a generic, fully featured Python CLI template using the Click package.
Please feel free to contribute:
- Fork it (https://github.com/zoltan-magyar/python-cli-template)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request
- Click. Python CLI package. Available at: https://github.com/pallets/click
- Setuptools. Python packaging. Documentation at: https://setuptools.pypa.io/en/latest/index.html#