scikit_build_core.metadata package¶
Submodules¶
scikit_build_core.metadata.fancy_pypi_readme module¶
- class scikit_build_core.metadata.fancy_pypi_readme.Provider[source]¶
Bases:
objectNew-style (dynamic-metadata 0.3) wrapper around
dynamic_metadata().Registered as the
scikit_build_core.metadata.fancy_pypi_readmeentry point; only thereadmefield is produced, sofielddefaults to"readme".
scikit_build_core.metadata.regex module¶
- class scikit_build_core.metadata.regex.Provider[source]¶
Bases:
objectNew-style (dynamic-metadata 0.3) wrapper around
dynamic_metadata().Registered as the
scikit_build_core.metadata.regexentry point; the target field comes from afieldsetting instead of the legacy table key.
scikit_build_core.metadata.setuptools_scm module¶
- class scikit_build_core.metadata.setuptools_scm.Provider[source]¶
Bases:
objectNew-style (dynamic-metadata 0.3) wrapper around
dynamic_metadata().Registered as the
scikit_build_core.metadata.setuptools_scmentry point; only theversionfield is produced, sofielddefaults to"version".
scikit_build_core.metadata.template module¶
- class scikit_build_core.metadata.template.Provider[source]¶
Bases:
objectNew-style (dynamic-metadata 0.3) wrapper around
dynamic_metadata().Registered as the
scikit_build_core.metadata.templateentry point; the target field comes from afieldsetting instead of the legacy table key.