Project

Utilities for viewing project configuration.

logikal_utils.project.project_name(raise_error_on_missing: bool = True) str | None

Return the project name from pyproject.toml.

logikal_utils.project.tool_config(name: str) Any

Return the pyproject.toml configuration of a given tool.

logikal_utils.project.PYPROJECT: dict[str, Any]

The pyproject.toml configuration of the current project.