PythonPackageModel¶
- class documenteer.conf._toml.PythonPackageModel(**data)¶
Bases:
BaseModelModel for a Python package (i.e. built with pyproject.toml-compatible build system.
- Parameters:
data (
Any)
Attributes Summary
Configuration for the model, should be a dictionary conforming to [
ConfigDict][pydantic.config.ConfigDict].Methods Summary
Ensure the package is importable.
Attributes Documentation
- model_config: ClassVar[ConfigDict] = {}¶
Configuration for the model, should be a dictionary conforming to [
ConfigDict][pydantic.config.ConfigDict].
Methods Documentation