click-app-template-demo-auto

Demonstrating https://github.com/AH-Merii/click-app


License
Apache-2.0
Install
pip install click-app-template-demo-auto==v0.4.0

Documentation

click-app-template-demo-auto

PyPI Changelog Tests License

Demonstrating https://github.com/AH-Merii/click-app

Installation

Install this tool using pip:

pip install click-app-template-demo-auto

Usage

For help, run:

click-app-template-demo-auto --help

You can also use:

python -m click_app_template_demo_auto --help

Development

To contribute to this tool, first checkout the code. Then create a new virtual environment:

cd click-app-template-demo-auto
python -m venv venv
source venv/bin/activate

Now install the dependencies and test dependencies:

pip install -e '.[test]'

To run the tests:

pytest