python-lib-template-repository-demo

PyPI
Changelog
License

A demo of python-lib-template-repository

Installation

Install this library using pip:

$ pip install python-lib-template-repository-demo

Usage

Usage instructions go here.

Development

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

cd python-lib-template-repository-demo
python -mvenv 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

GitHub

View Github