To install this extension as a requirement in your project, you can use PIP:
pip install canonicalwebteam.store-api
See also the documentation for pip install.
The package leverages poetry for dependency management.
All tests can be run with poetry run python3 -m unittest discover tests
.
Note: You might have to do poetry install
before runnning the command above.