Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #38041
| Date | 2013-02-01 10:04 -0500 |
|---|---|
| Subject | CamelCase vs. all-lowercase package names |
| From | Rhubarb Sin <rhubarbsin@gmail.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.1279.1359731070.2939.python-list@python.org> (permalink) |
PEP-8 calls for "short, all-lowercase names" for packages: http://www.python.org/dev/peps/pep-0008/#package-and-module-names On the other hand, The Hitchhiker's Guide to Packaging 1.0, under "Background," declares "come up with a CamelCase project name": http://guide.python-distribute.org/creation.html On PyPi, of course, there is great variation. At this point is there a more formal recommendation for a package naming convention?
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
CamelCase vs. all-lowercase package names Rhubarb Sin <rhubarbsin@gmail.com> - 2013-02-01 10:04 -0500
csiph-web