Demonstrating https://github.com/simonw/python-lib
Install this library using pip:
pip install python-lib-template-demoUsage instructions go here.
To contribute to this library, first checkout the code. Then create a new virtual environment:
cd python-lib-template-demo
python -m venv venv
source venv/bin/activateNow install the dependencies and test dependencies:
python -m pip install -e '.[test]'To run the tests:
python -m pytest