Awesome
click-app-template-demo
Demonstrating https://github.com/simonw/click-app
Installation
Install this tool using pip
:
pip install click-app-template-demo
Usage
For help, run:
click-app-template-demo --help
You can also use:
python -m click_app_template_demo --help
Development
To contribute to this tool, first checkout the code. Then create a new virtual environment:
cd click-app-template-demo
python -m venv venv
source venv/bin/activate
Now install the dependencies and test dependencies:
pip install -e '.[test]'
To run the tests:
python -m pytest