find_editable_install_basepath

find_editable_install_basepath(distribution_name: str) Path | None[source]

Find basepath of an as editable installed package.

Parameters:

distribution_name (str) – The name of the distribution package as a string.

Returns:

Path to the root of an as editable installed package. E.g. pip install -e .

Return type:

Optional[Path]

See also

egg_link_lines