Metadata-Version: 2.1
Name: canonicalwebteam.store-api
Version: 1.0.1
Summary: 
License: LGPL-3.0
Author: Canonical Web Team
Author-email: webteam@canonical.com
Requires-Python: >=3.6,<4.0
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Dist: pybreaker (>=0.6.0,<0.7.0)
Requires-Dist: requests (>=2.22,<3.0)
Description-Content-Type: text/markdown

# Canonical Store Api - Python package

## How to install

To install this extension as a requirement in your project, you can use PIP:

```bash
pip install canonicalwebteam.store-api
```

See also the documentation for [pip install](https://pip.pypa.io/en/stable/reference/pip_install/).

## Development

The package leverages [poetry](https://poetry.eustace.io/) for dependency management.

## Testing

All tests can be run with `poetry run pytest`.

