MCPcopy
hub / github.com/jazzband/pip-tools / canonicalize_name

Function canonicalize_name

piptools/_compat/pip_compat.py:34–34  ·  view source on GitHub ↗
(name: str)

Source from the content-addressed store, hash-verified

32 from pip._internal.metadata.importlib import Distribution as _ImportLibDist
33
34 def canonicalize_name(name: str) -> str: ...
35
36else:
37 from pip._vendor.packaging.utils import canonicalize_name # noqa: F401

Callers 11

_comes_from_as_stringFunction · 0.85
key_from_reqFunction · 0.85
format_requirementFunction · 0.85
dependency_treeFunction · 0.85
get_dists_to_ignoreFunction · 0.85
diff_key_from_reqFunction · 0.85
cliFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…