Skip to main content

find_python_package_name

Function find_python_package_name 

Source
pub fn find_python_package_name(root: &Path) -> Option<String>
Expand description

Find the Python package name from pyproject.toml, setup.py, or setup.cfg This is used to determine which imports are internal vs external