This is a simple example package. You can use Github-flavored Markdown to write your content.
Create and activate a virtual environment.
Install the packages required for development:
python -m pip install -U pip
python -m pip install -U pytest
python -m pip install -e .
Run the tests:
pytest