Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!us.feeder.erje.net!newsfeed.straub-nv.de!news.albasani.net!newsfeed.freenet.ag!news2.euro.net!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.013 X-Spam-Evidence: '*H*': 0.97; '*S*': 0.00; 'section,': 0.09; 'url:peps': 0.09; 'sat,': 0.15; 'declares': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'packages:': 0.16; 'rhubarb': 0.16; 'url:guide': 0.16; 'url:pep-0008': 0.16; 'wrote:': 0.17; 'refers': 0.17; 'url:dev': 0.17; 'feb': 0.19; 'packaging': 0.20; 'header:In-Reply-To:1': 0.25; 'am,': 0.27; 'message-id:@mail.gmail.com': 0.27; 'subject:all': 0.29; 'url:python': 0.32; 'to:addr:python-list': 0.33; 'received:google.com': 0.34; 'project': 0.34; 'received:209.85': 0.35; 'next': 0.35; 'url:org': 0.36; 'uses': 0.37; 'received:209': 0.37; 'subject:: ': 0.38; 'to:addr:python.org': 0.39; 'skip:" 10': 0.40; 'subject:-': 0.40; 'subject:. ': 0.66; '2013': 0.84; 'hand,': 0.97 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:content-type; bh=GR2B1uAHYiLk3D7I/xN0JnRJjqDnev7hv0Srqk2qjZw=; b=WemMhs5QxnCK5fc37CA8hrx6Qt+f86A5SEVmRRViw+DzoqZdZSoTGls/uP1idHM4x2 nH9KP0P70Fhj2VzWwX7zn9+2JH1MgeLikUao4dTUZ3tQOjukOEASbRRomRn78PKUAsDe PQ5SqY5MTgOGoeNDd6oJS5eHzs9pasLttjYfKojiDcBg/RHpHI742lJSTbSEZmulLv02 8PMKi0apUb3oHNM7Tr+DlsnKzu/cjxqGACUmUtUlLUeOEC90rEix5SStCds1Xn6ANKn3 noVZUTM4O2yQIzEiz2CDfDwV4884yo2kl097F7HOmo7dkhxwWO18hODHJzP6UBOD2HDA B6iw== MIME-Version: 1.0 X-Received: by 10.220.219.77 with SMTP id ht13mr11440922vcb.66.1359732536953; Fri, 01 Feb 2013 07:28:56 -0800 (PST) In-Reply-To: References: Date: Sat, 2 Feb 2013 02:28:56 +1100 Subject: Re: CamelCase vs. all-lowercase package names From: Chris Angelico 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 14 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1359732539 news.xs4all.nl 6858 [2001:888:2000:d::a6]:53284 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:38044 On Sat, Feb 2, 2013 at 2:04 AM, Rhubarb Sin wrote: > 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 That's the project name. In the next section, it refers to package names, and in the example, uses the lowercased project name. ChrisA