Utility library to parse input data from App-Interface into External Resource modules.
This project targets Python version 3.11.x for best compatibility and leverages uv for the dependency managment.
Create a local development environment with all required dependencies:
uv sync --python 3.11
Run the test suite with pytset:
make test
Bump the version number in pyproject.toml
and merge your PR. The release will be automatically published to PyPI via the Konflux CI/CD pipeline.