simonw / click-app-template-repository-demo

Demo of click-app-template-repository

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

click-app-template-repository-demo

PyPI Changelog Tests License

Demo of click-app-template-repository

Installation

Install this tool using pip:

$ pip install click-app-template-repository-demo

Usage

Usage instructions go here.

Development

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

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

Or if you are using pipenv:

pipenv shell

Now install the dependencies and test dependencies:

pip install -e '.[test]'

To run the tests:

pytest

About

Demo of click-app-template-repository

License:Apache License 2.0


Languages

Language:Python 100.0%