null
Install this library using pip:
pip install example-packageUse the [python.scripts] entrypoints:
spam-cli
Will invoke the specified function (ඞ).
To contribute to this library, first checkout the code. Then create a new virtual environment:
cd example-package
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