This release adds a lightweight API for data curation, along with a Python client for easier interactions.
Highlights
Fast deployable API
This API was developed using the great [FastAPI](https://github.com/tiangolo/fastapi) and offers management options for media (image / videos) and annotations (JSON dict) for data curation purposes. The multiple routes are detailed in the documentation over [here](https://pyro-storage.herokuapp.com/docs).

Python client
To ease integration, this release comes with a fully working Python client. You can find the documentation at https://pyronear.org/pyro-storage/

What's Changed
* feat: Set up basic API for data curation by frgfm in https://github.com/pyronear/pyro-storage/pull/1
* ci: Updated funding from OpenCollective to Github by frgfm in https://github.com/pyronear/pyro-storage/pull/2
* ci: Added Heroku integration by frgfm in https://github.com/pyronear/pyro-storage/pull/3
* feat: Added Python client for API interactions by frgfm in https://github.com/pyronear/pyro-storage/pull/4
* docs: Fixed sidebar and footer by frgfm in https://github.com/pyronear/pyro-storage/pull/5
* fix: Fixed typo in route format by frgfm in https://github.com/pyronear/pyro-storage/pull/6
* docs: Updated README and added CONTRIBUTING by frgfm in https://github.com/pyronear/pyro-storage/pull/7
New Contributors
* frgfm made their first contribution in https://github.com/pyronear/pyro-storage/pull/1
**Full Changelog**: https://github.com/pyronear/pyro-storage/commits/v0.1.0