this tool buils on standards of python packaging. therefore, it needs to comply to the packaging PEPs: https://peps.python.org/topic/packaging/ tasks: - [ ] review all current implementations, and make sure they are adhering the respective PEP - [ ] find new features that are possible due to new PEPs - and create tickets for them. - PEP 725 - https://github.com/CycloneDX/cyclonedx-python/issues/830 - PEP 735 - https://peps.python.org/pep-0735/ - PEP 753 - https://peps.python.org/pep-0753/
this tool buils on standards of python packaging.
therefore, it needs to comply to the packaging PEPs: https://peps.python.org/topic/packaging/
tasks:
pyproject.toml#830