Skip to content
Snippets Groups Projects
README.md 968 B
Newer Older
Rémi's avatar
Rémi committed
# Description

Rémi's avatar
Rémi committed
This is an example how to use `stacflow-stac-extension`.

Rémi's avatar
Rémi committed
# Installation

Python package is hosted in gitlab package registry.
You need to show pip the extra indexes:

```commandline
pip install custom-extension-example \
--extra-index-url https://forgemia.inra.fr/api/v4/projects/10919/packages/pypi/simple \
--extra-index-url https://forgemia.inra.fr/api/v4/projects/10920/packages/pypi/simple
```

Where:

- `https://forgemia.inra.fr/api/v4/projects/10919/packages/pypi/simple` is for the `stacflow-stac-extension` package
- `https://forgemia.inra.fr/api/v4/projects/10920/packages/pypi/simple` is for the `custom-extension-example` package

Rémi's avatar
Rémi committed
# Checklist

- [ ] Implement your own custom extension
Rémi's avatar
Rémi committed
- [ ] Push the code on gitlab, copy-paste the schema URI in your own extension
Rémi's avatar
Rémi committed
- [ ] Implement your own custom extension tests (!)
Rémi's avatar
Rémi committed
- [ ] Bump `__version__` in `__init__.py` before each new release
Rémi's avatar
Rémi committed
- [ ] Tag and push the tag to trigger the package build