genpydoc.utils package

Submodules

genpydoc.utils.utils module

genpydoc.utils.utils.find_project_config(path_search_start: Sequence[str]) str | None

Find the absolute filepath to a pyproject.toml if it exists.

genpydoc.utils.utils.find_project_root(srcs: list[str]) Path
genpydoc.utils.utils.get_common_base(files: list[str]) str
genpydoc.utils.utils.parse_pyproject_toml(path_config: str) dict[str, Any] | None
genpydoc.utils.utils.read_config_file(ctx: Context, _param: Parameter, value: str | None) str | None