Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #38041
| Path | csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!us.feeder.erje.net!newsfeed.straub-nv.de!weretis.net!feeder4.news.weretis.net!ecngs!feeder2.ecngs.de!newsfeed.freenet.ag!news2.euro.net!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <rhubarbsin@gmail.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.070 |
| X-Spam-Evidence | '*H*': 0.86; '*S*': 0.00; 'url:peps': 0.09; 'declares': 0.16; 'naming': 0.16; 'packages:': 0.16; 'url:guide': 0.16; 'url:pep-0008': 0.16; 'url:dev': 0.17; 'packaging': 0.20; 'message-id:@mail.gmail.com': 0.27; 'received:209.85.212': 0.28; 'subject:all': 0.29; 'point': 0.31; 'url:python': 0.32; 'to:addr :python-list': 0.33; 'received:google.com': 0.34; 'project': 0.34; 'received:209.85': 0.35; 'there': 0.35; 'url:org': 0.36; 'received:209': 0.37; 'to:addr:python.org': 0.39; 'skip:" 10': 0.40; 'subject:-': 0.40; 'more': 0.63; 'great': 0.64; 'subject:. ': 0.66; 'hand,': 0.97 |
| DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:date:message-id:subject:from:to :content-type; bh=w40yGOFaOl0VhurcOY0BKwHq2RXX3r5iOe4jDkbHajc=; b=QblahANykedBNn5IXyYYZJ/aB47s0KqZwZumdGt2vj5BmN7Z5yLYULghycphpQ8RFs rPMVXvTWJdy9oiIJX7hs39d82JRB9wkkecMnVeRy67Zvr49fXCAQdCeSrbJgaysfgBi+ hUwBEChOWdUjAR8vvnxwMHHzuLt2XQ8kUoRu3oeFrYpU0Auhg/gwlkaGKPsndIsOltOn OITlxRAJiN5fXBhKWw847sQ/meLzjjAqizvPIlTa2qNiF7Bez9fRGpGc8XGjECtAGnRP 1tBPN/fUtFl57yVRL2PP4+ROwyM6tHNAELNgM9ihtJpye7YYyw3Y1rxXXuKG4J6fDFvD ZT5Q== |
| MIME-Version | 1.0 |
| X-Received | by 10.180.96.194 with SMTP id du2mr3387884wib.19.1359731062702; Fri, 01 Feb 2013 07:04:22 -0800 (PST) |
| Date | Fri, 1 Feb 2013 10:04:22 -0500 |
| Subject | CamelCase vs. all-lowercase package names |
| From | Rhubarb Sin <rhubarbsin@gmail.com> |
| To | python-list@python.org |
| Content-Type | text/plain; charset=ISO-8859-1 |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.15 |
| Precedence | list |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list/> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.1279.1359731070.2939.python-list@python.org> (permalink) |
| Lines | 11 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1359731070 news.xs4all.nl 6910 [2001:888:2000:d::a6]:42694 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:38041 |
Show key headers only | View raw
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