Installation
STTP requires Python 3.6 or higher.
Install the pip package as follows:
$ pip install sttp
Development
A nox config is provided and Makefile. Install nox if necessary and run nox or run make, which will use your default Python version and create a virtual environment.
You can install development requirements in your current environment as follows:
$ pip install '.[dev]'