Documentation ¶
Overview ¶
Package name provides name normalization for package names
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NormalizePython ¶
NormalizePython takes a Python package name and returns it in normalized form. Specifically, that means it is in all lower case and all periods (.) and underscores (_) are replaced with hyphens. See https://www.python.org/dev/peps/pep-0503/#normalized-names for details on how names should be normalized in Python.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.