CycloneDX SBOM Generation Tool
This project provides a runnable Python-based application for generating CycloneDX bill-of-material documents from either:
Your current Python Environment
Your project’s manifest (e.g.
Pipfile.lock
,poetry.lock
orrequirements.txt
)Conda as a Package Manager
The SBOM will contain an aggregate of all your current project’s dependencies, or those defined by the manifest you supply.
CycloneDX is a lightweight BOM specification that is easily created, human-readable, and simple to parse.
Contents:
- Installation
- Usage
- Support
- Python Version Support
- Changelog
- v3.8.0 (2022-12-12)
- v3.7.4 (2022-12-12)
- v3.7.3 (2022-12-11)
- v3.7.2 (2022-11-15)
- v3.7.1 (2022-11-10)
- v3.7.0 (2022-11-10)
- v3.6.4 (2022-11-10)
- v3.6.3 (2022-09-19)
- v3.6.2 (2022-09-19)
- v3.6.1 (2022-09-19)
- v3.6.0 (2022-09-16)
- v3.5.0 (2022-06-27)
- v3.4.0 (2022-06-16)
- v3.3.0 (2022-06-16)
- v3.2.2 (2022-06-02)
- v3.2.1 (2022-04-05)
- v3.2.0 (2022-04-05)
- v3.1.1 (2022-03-21)
- v3.1.0 (2022-03-10)
- v3.0.0 (2022-02-21)
- v2.0.3 (2022-02-03)
- v2.0.2 (2022-02-03)
- v2.0.1 (2022-01-24)
- v2.0.0 (2022-01-13)
- v1.5.3 (2021-11-23)
- v1.5.2 (2021-11-23)
- v1.5.1 (2021-11-23)
- v1.5.0 (2021-11-17)
- v1.4.3 (2021-11-16)
- v1.4.2 (2021-11-12)
- v1.4.1 (2021-10-26)
- v1.4.0 (2021-10-21)
- v1.3.1 (2021-10-19)
- v1.3.0 (2021-10-19)
- v1.2.0 (2021-10-12)
- v1.1.0 (2021-10-04)
- v1.0.5 (2021-09-27)
- v1.0.4 (2021-09-27)
- v1.0.3 (2021-09-27)
- v1.0.2 (2021-09-13)
- v1.0.1 (2021-09-13)
- API Reference