Skip to content

canonical/canonicalwebteam.store-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.