spdx_python_model.bindings
Type stub for the bindings package.
Declares available version submodules so type checkers can resolve
spdx_python_model.bindings.vX imports.
Also imported by the top-level __init__.py under TYPE_CHECKING
to expose spdx_python_model.vX types.
__all__ marks the names as re-exports for --no-implicit-reexport.
1# SPDX-FileType: SOURCE 2# SPDX-License-Identifier: Apache-2.0 3# 4# Generated by generate-bindings at build time. DO NOT EDIT. 5"""SPDX model bindings, one submodule per version. 6 7Versions are not imported here, so importing one does not load the others. 8""" 9 10# JSON-LD @context URL -> version submodule name, for lazy lookup by load(). 11_CONTEXT_TABLE = { 12 "https://spdx.org/rdf/3.0.1/spdx-context.jsonld": "v3_0_1", 13}