[Distutils] We need to make a decision wrt distribution names
Stephen Waterbury
waterbug at pangalactic.us
Tue Jul 24 18:49:43 CEST 2007
Jim Fulton wrote:
> Does anyone know if there are existing rules for package names? I
> can't find them if there are. ...
Well, there is PEP 8, which has this to say on the subject:
"Package and Module Names
"Modules should have short, all-lowercase names. Underscores
can be used in the module name if it improves readability.
Python packages should also have short, all-lowercase names,
although the use of underscores is discouraged."
Steve
More information about the Distutils-SIG
mailing list