Trees | Indices | Help |
|
---|
distutils.command.install_egg_info
Implements the Distutils 'install_egg_info' command, for installing a package's PKG-INFO metadata.
Imports: Command, log, dir_util, os, sys, re
Convert an arbitrary string to a standard distribution name
Any runs of non-alphanumeric/. characters are replaced with a single '-'.
Convert an arbitrary string to a standard version string
Spaces become dots, and all other non-alphanumeric characters become dashes, with runs of multiple dashes condensed to a single dash.
Convert a project or version name to its filename-escaped form
Any '-' characters are currently replaced with '_'.
Trees | Indices | Help |
|
---|