CycloneDX’s Python Library documentation
CycloneDX is a lightweight BOM specification that is easily created, human-readable, and simple to parse.
This CycloneDX module for Python can generate valid CycloneDX bill-of-material document containing an aggregate of all project dependencies.
As of version 3.0.0
, the internal data model was adjusted to allow CycloneDX VEX documents to be produced as per
official examples linking VEX to a separate BOM.
This module is not designed for standalone use (i.e. it is not executable on it’s own). If you’re looking for a CycloneDX tool to run to generate (SBOM) software bill-of-materials documents, why not checkout:
This library was designed to be used by developers - you can use this module yourself in your application to programmatically generate SBOMs.
Contents:
- Installation
- Architecture
- Examples
- Contributing
- Support
- CHANGELOG
- v6.0.0 (2023-12-10)
- v5.2.0 (2023-12-02)
- v5.1.1 (2023-11-02)
- v5.1.0 (2023-10-31)
- v5.0.1 (2023-10-24)
- v5.0.0 (2023-10-24)
- BREAKING CHANGES
- Fixed
- Changed
- Added
- Deprecated
- Tests
- Misc
- v4.2.3 (2023-10-16)
- v4.2.2 (2023-09-14)
- v4.2.1 (2023-09-06)
- v4.2.0 (2023-09-06)
- v4.1.0 (2023-08-27)
- v4.0.1 (2023-06-28)
- v4.0.0 (2023-03-20)
- v3.1.5 (2023-01-12)
- v3.1.4 (2023-01-11)
- v3.1.3 (2023-01-07)
- v3.1.2 (2023-01-06)
- v3.1.1 (2022-11-28)
- v3.1.0 (2022-09-15)
- v2.7.1 (2022-08-01)
- v2.7.0 (2022-07-21)
- v2.6.0 (2022-06-20)
- v2.5.2 (2022-06-15)
- v2.5.1 (2022-06-10)
- v2.5.0 (2022-06-10)
- v2.4.0 (2022-05-17)
- v2.3.0 (2022-04-20)
- v2.2.0 (2022-04-12)
- v2.1.1 (2022-04-05)
- v2.1.0 (2022-03-28)
- v2.0.0 (2022-02-21)
- v1.3.0 (2022-01-24)
- v1.2.0 (2022-01-24)
- v1.1.1 (2022-01-19)
- v1.1.0 (2022-01-13)
- v1.0.0 (2022-01-13)
- v0.12.3 (2021-12-15)
- v0.12.2 (2021-12-09)
- v0.12.1 (2021-12-09)
- v0.12.0 (2021-12-09)
- v0.11.1 (2021-11-10)
- v0.11.0 (2021-11-10)
- v0.10.2 (2021-10-21)
- v0.10.1 (2021-10-21)
- v0.10.0 (2021-10-20)
- v0.9.1 (2021-10-19)
- v0.9.0 (2021-10-19)
- v0.8.3 (2021-10-14)
- v0.8.2 (2021-10-14)
- v0.8.1 (2021-10-12)
- v0.8.0 (2021-10-12)
- v0.7.0 (2021-10-11)
- v0.6.2 (2021-10-11)
- v0.6.1 (2021-10-11)
- v0.6.0 (2021-10-11)
- v0.5.0 (2021-10-11)
- v0.4.1 (2021-09-27)
- v0.4.0 (2021-09-16)
- v0.3.0 (2021-09-15)
- v0.2.0 (2021-09-14)
- v0.1.0 (2021-09-13)
- v0.0.11 (2021-09-10)
- v0.0.10 (2021-09-08)
- v0.0.9 (2021-09-08)
- v0.0.8 (2021-09-08)
- v0.0.7 (2021-09-08)
- v0.0.6 (2021-09-08)
- v0.0.5 (2021-09-08)
- v0.0.4 (2021-09-08)
- v0.0.3 (2021-09-08)
- v0.0.2 (2021-09-08)
- API Reference