Skip to content

CycloneDX/cyclonedx-python-lib

Folders and files

NameName
Last commit message
Last commit date
Jan 13, 2022
Feb 3, 2022
Feb 2, 2022
Feb 3, 2022
Jan 13, 2022
Dec 9, 2021
Jan 13, 2022
Jan 24, 2022
Nov 6, 2021
Jan 6, 2022
Aug 27, 2021
Jan 13, 2022
Feb 2, 2022
Jan 24, 2022
Dec 15, 2021
Dec 9, 2021

Repository files navigation

Python Library for generating CycloneDX

shield_gh-workflow-test shield_pypi-version shield_conda-forge-version 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.

This module is not designed for standalone use.
If you're looking for a CycloneDX tool to run to generate (SBOM) software bill-of-materials documents, why not checkout: CycloneDX Python

Additionally, the following tool can be used as well (and this library was written to help improve it) Jake.

Additionally, you can use this module yourself in your application to programmatically generate SBOMs.

CycloneDX is a lightweight BOM specification that is easily created, human-readable, and simple to parse.

View our 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.