This is the top-level development document. It provides an overview and links to more specific documents.
To start developing, you will need:
pip install .[test]
pip install .[dev]
(Note: Depending on your shell, you might need to escape '[' and ']'.)
This package inherits its structure, build- and distribution "mechanics" from ppf.sample. And improvements gained with this package are also meant to flow back into said template project.
"Release-Process" describes how we do a release.