Skip to content

simonw/click-app-template-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

click-app-template-demo

PyPI Changelog Tests License

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:

pytest