@@ -17,6 +17,7 @@ CycloneDX SBOM Generation Tool for Python
1717=========================================
1818
1919This tool generates Software Bill of material (SBOM) documents in OWASP `CycloneDX `_ format.
20+ This is probably the most accurate, complete SBOM generator for any python-related projects.
2021
2122Supported data sources are:
2223
@@ -27,6 +28,9 @@ Supported data sources are:
2728* `PDM `_ manifest and lockfile support is not implemented, yet.
2829 However, PDM's Python virtual environments are fully supported.
2930 See the :doc: `docs </usage >` for an example.
31+ * `uv `_ manifest and lockfile are not explicitly supported.
32+ However, uv's Python virtual environments are fully supported.
33+ See the :doc: `docs </usage >` for an example.
3034* `Conda `_ as a package manager is no longer supported since version 4.
3135 However, conda's Python environments are fully supported via the methods listed above.
3236 See the :doc: `docs </usage >` for an example.
@@ -45,6 +49,7 @@ and might have properties following the Namespace Taxonomies
4549.. _Pipenv : https://pipenv.pypa.io/
4650.. _requirements file format : https://pip.pypa.io/en/stable/reference/requirements-file-format/
4751.. _PDM : https://pdm-project.org/
52+ .. _uv : https://docs.astral.sh/uv/
4853.. _Conda : https://conda.io/
4954
5055.. toctree ::
0 commit comments