Pull requests are welcome. But please read the CycloneDX contributing guidelines first.
This project uses poetry. Have it installed and setup first.
To install dev-dependencies and tools:
poetry install
This project uses PEP8 Style Guide for Python Code.
Get it applied via:
poetry run autopep8 --in-place -r .
poetry run tox
Please sign your commits, to show that you agree to publish your changes under the current terms and licenses of the project.
git commit --signed-off ...