uv-sbom 2.2.0

SBOM generation tool for uv projects - Generate CycloneDX SBOMs from uv.lock files
Documentation
1
2
3
4
5
6
7
"""Python wrapper for uv-sbom CLI tool."""

__version__ = "1.0.0"

from .install import ensure_binary, get_binary_path

__all__ = ["ensure_binary", "get_binary_path", "__version__"]