Installation

Install from pypi.org as you would any other Python module using your preferred package manager:

pip install cyclonedx-python-lib

CycloneDX-python-lib is also available from conda-forge.

Extras

The following extras are available when installing this package:

json-validation

Install the optional dependencies needed for JSON validation.

xml-validation

Install the optional dependencies needed for XML validation.

validation

Install the optional dependencies needed for all supported validations.

They can be used when installing in order to include additional dependencies, e.g.:

pip install 'cyclonedx-python-lib[validation]'