PythonPackageModel# class documenteer.conf._toml.PythonPackageModel(**data)# Bases: BaseModel Model for a Python package (i.e. built with pyproject.toml-compatible build system. Parameters: data (Any) – Methods Summary validate_package(v) Ensure the package is importable. Methods Documentation classmethod validate_package(v)# Ensure the package is importable. Parameters: v (str) – Return type: str