|
17 | 17 | OWASP [CycloneDX][link_website] is a full-stack Bill of Materials (BOM) standard |
18 | 18 | that provides advanced supply chain capabilities for cyber risk reduction. |
19 | 19 |
|
20 | | -This Python package provides data models, validators and more, |
| 20 | +This Python package provides data models, validators and more, |
21 | 21 | to help you create/render/read CycloneDX documents. |
22 | 22 |
|
23 | | -**This package is not designed for standalone use. It is a software library.** |
24 | | - |
25 | | -As of version `3.0.0`, the internal data model was adjusted to allow CycloneDX VEX documents to be produced as per |
26 | | -[official examples](https://cyclonedx.org/capabilities/bomlink/#linking-external-vex-to-bom-inventory) linking VEX to a separate CycloneDX document. |
27 | | - |
28 | | -If you're looking for a CycloneDX tool to run to generate (SBOM) software bill-of-materials documents, why not checkout |
29 | | -[CycloneDX Python][cyclonedx-python] or [Jake][jake]. |
| 23 | +> [!NOTE] |
| 24 | +> This package is a software library not intended for standalone use. |
| 25 | +> For generating Software Bill of Materials (SBOM), check out [CycloneDX Python][cyclonedx-python] or [Jake][jake]. |
30 | 26 |
|
31 | 27 | ## Documentation |
32 | 28 |
|
33 | | -View the documentation [here](https://cyclonedx-python-library.readthedocs.io/). |
| 29 | +Complete documentation is available on [Read the Docs][link_rtfd]. This includes: |
| 30 | +- Responsibilities & Capabilities |
| 31 | +- Install Instructions |
| 32 | +- API Reference |
| 33 | +- Usage Examples |
| 34 | +- Integration Guides |
| 35 | +- Best Practices |
34 | 36 |
|
35 | 37 | ## Python Support |
36 | 38 |
|
@@ -81,5 +83,3 @@ See the [LICENSE][license_file] file for the full license. |
81 | 83 | [link_slack]: https://cyclonedx.org/slack/invite |
82 | 84 | [link_discussion]: https://groups.io/g/CycloneDX |
83 | 85 | [link_twitter]: https://twitter.com/CycloneDX_Spec |
84 | | - |
85 | | -[PEP-508]: https://www.python.org/dev/peps/pep-0508/ |
0 commit comments