cyclonedx-python

Generate CycloneDX Software Bill of Materials from Python projects

brewmacoslinux
Try with needOr install directly
Source

About

Creates CycloneDX Software Bill of Materials (SBOM) from Python projects

Commands

cyclonedx-python

Examples

Generate SBOM for current Python project and output as JSON$ cyclonedx-python -o sbom.json
Generate SBOM in XML format for a specific requirements file$ cyclonedx-python -r requirements.txt -o sbom.xml -f xml
Generate SBOM for installed packages in current environment$ cyclonedx-python --output sbom.json --format json