File tree Expand file tree Collapse file tree 3 files changed +8
-7
lines changed Expand file tree Collapse file tree 3 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ See the [LICENSE][license_file] file for the full license.
74
74
[ link_gh-workflow-test ] : https://github.com/CycloneDX/cyclonedx-python-lib/actions/workflows/python.yml?query=branch%3Amain
75
75
[ link_pypi ] : https://pypi.org/project/cyclonedx-python-lib/
76
76
[ link_conda-forge ] : https://anaconda.org/conda-forge/cyclonedx-python-lib
77
- [ link_rtfd ] : https://cyclonedx-python-library.readthedocs.io/en/latest/?badge=latest
77
+ [ link_rtfd ] : https://cyclonedx-python-library.readthedocs.io/en/latest/
78
78
[ link_codacy ] : https://app.codacy.com/gh/CycloneDX/cyclonedx-python-lib
79
79
[ link_ossf-best-practices ] : https://www.bestpractices.dev/projects/7956
80
80
[ link_website ] : https://cyclonedx.org/
Original file line number Diff line number Diff line change @@ -17,15 +17,12 @@ Architecture
17
17
18
18
This library broadly is separated into three key functional areas:
19
19
20
- 1. **Parser **: Downstream tools may provide concrete implementation of the :py:mod: `cyclonedx.parser.BaseParser ` which
21
- can easily help you build a Model from your project or ecosystem.
22
- For Python specific parser implementations see `cyclonedx-python `_
23
- 2. **Model **: Internal models used to unify data from different parsers
20
+ 1. **Model **: Internal models used to unify data from different parsers
24
21
25
22
**Note: ** As of version 4.0.0 of this library we support deserialization from JSON and XML as well as
26
23
serialization to JSON and XML.
27
24
28
- 3 . **Output **: Choose and configure an output which allows you to define output format as well as the CycloneDX schema
25
+ 2 . **Output **: Choose and configure an output which allows you to define output format as well as the CycloneDX schema
29
26
version
30
27
31
28
When wishing to generate a BOM, the process is as follows:
Original file line number Diff line number Diff line change 12
12
#
13
13
# SPDX-License-Identifier: Apache-2.0
14
14
15
- .. mdinclude :: ../CHANGELOG.md
15
+ =========
16
+ Changelog
17
+ =========
18
+
19
+ .. mdinclude :: ../CHANGELOG.md
You can’t perform that action at this time.
0 commit comments