Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 1.4 KB

README.md

File metadata and controls

26 lines (16 loc) · 1.4 KB

Canonical Store Api - Python package

Test live APIs Tests Publish Code coverage

How to install

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.

Development

The package leverages poetry for dependency management.

Testing

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.