Skip to content

CycloneDX/cyclonedx-python-lib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

bae8a84 · Oct 11, 2023
Oct 4, 2023
Oct 10, 2023
Oct 10, 2023
Oct 10, 2023
Oct 11, 2023
Oct 4, 2023
Oct 9, 2023
Jan 6, 2023
Jun 28, 2023
Sep 12, 2023
Sep 20, 2023
Oct 6, 2023
Mar 20, 2023
Oct 4, 2023
Sep 14, 2023
Nov 6, 2021
Oct 4, 2023
Aug 27, 2021
Sep 14, 2023
Sep 18, 2023
Oct 11, 2023
Oct 4, 2023

Repository files navigation

Python Library for generating CycloneDX

shield_pypi-version shield_conda-forge-version shield_rtfd shield_gh-workflow-test shield_coverage shield_license
shield_website shield_slack shield_groups shield_twitter-follow


This CycloneDX module for Python can generate valid CycloneDX bill-of-material document containing an aggregate of all project dependencies. CycloneDX is a lightweight BOM specification that is easily created, human-readable, and simple to parse.

This module is not designed for standalone use.

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 a VEX documents to a separate BOM document.

If you're looking for a CycloneDX tool to run to generate (SBOM) software bill-of-materials documents, why not checkout CycloneDX Python or Jake.

Alternatively, you can use this module yourself in your application to programmatically generate CycloneDX BOMs.

View the documentation here.

Python Support

We endeavour to support all functionality for all current actively supported Python versions. However, some features may not be possible/present in older Python versions due to their lack of support.

Changelog

See our CHANGELOG.

Contributing

Feel free to open issues, bugreports or pull requests.
See the CONTRIBUTING file for details.

Copyright & License

CycloneDX Python Lib is Copyright (c) OWASP Foundation. All Rights Reserved.
Permission to modify and redistribute is granted under the terms of the Apache 2.0 license.
See the LICENSE file for the full license.