You can run actinia-stac-plugin as actinia-core plugin.
For installation or DEV setup, see docker/README.md.
insprired by https://hynek.me/articles/sharing-your-labor-of-love-pypi-quick-and-dirty/
to create a shippable wheel, run
pip3 install --upgrade pip pep517
python3 -m pep517.build .
https://semver.org/ (MAJOR.MINOR.PATCH)
in any module, import from actinia_stac_plugin.resources.logging import log
and call logger with log.info("my info i want to log")