Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!xlned.com!feeder7.xlned.com!newsfeed.xs4all.nl!newsfeed1.news.xs4all.nl!xs4all!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.030 X-Spam-Evidence: '*H*': 0.95; '*S*': 0.01; 'url:pypi': 0.03; 'repository': 0.05; 'weeks.': 0.07; 'python': 0.11; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'reinvent': 0.16; 'subject:non': 0.16; ':-)': 0.16; 'wrote:': 0.18; 'wed,': 0.18; '31,': 0.24; 'header:In-Reply-To:1': 0.27; 'am,': 0.29; 'message-id:@mail.gmail.com': 0.30; 'stuff': 0.32; 'open': 0.33; 'url:python': 0.33; 'actively': 0.33; 'there,': 0.34; 'received:google.com': 0.35; 'there': 0.35; 'accessible': 0.36; 'next': 0.36; 'hi,': 0.36; 'url:org': 0.36; 'project': 0.37; 'being': 0.38; 'to:addr:python-list': 0.38; 'to:addr:python.org': 0.39; 'new': 0.61; 'jul': 0.74; 'developed.': 0.84; 'urban': 0.91; 'wanting': 0.93; '2013': 0.98 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=tp3JDksvTSKqp6Pqeo4oykZaEusTWxCGkOmFNHhZfFs=; b=Yo/t3yU/ju28Ar2YKqGFPMyMM6HyhrkmIdk0EVDapQDGUx7oQpvNVNNRDvOMNxw44j DFXOb66+ZzD8QIq9yB3s3nQNiiCmFyh1U48I7MCUefyypTPJ+waVxT3SAgqolvlCf07E u4rDdRR8loR5M2jRsyOlbWmpuOlfU+gdX/dqa5gJCeSuiWkX9GD8KMMu/01m9gLDZTKV dLxTzw+KCNQYl5mBwGYAaUhTUYn5g/9Xo73XyrYwG43QRJ5fJBz1zLv6V5jq2UJypI+4 aTYFqsOLjvITKFbJ/ASzS07Y+KWoaC1Pg3Vlqm0+BzcIAGjQRmHuPh9ykX3RHkgRgeyr La7A== MIME-Version: 1.0 X-Received: by 10.52.27.207 with SMTP id v15mr4129485vdg.83.1375268524432; Wed, 31 Jul 2013 04:02:04 -0700 (PDT) In-Reply-To: References: Date: Wed, 31 Jul 2013 12:02:04 +0100 Subject: Re: Repository of non-standard modules. 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: 16 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1375268532 news.xs4all.nl 15937 [2001:888:2000:d::a6]:39163 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:51640 On Wed, Jul 31, 2013 at 11:53 AM, Gabor Urban wrote: > Hi, > > I am to start a new free-time project in the next couple of weeks. I am > ready to use open accessible Python modules not wanting to reinvent the weel > :-) > Is there any repository where I can find Python modules not being part of > the standard distribution? Check out the Python Package Index: http://pypi.python.org/ Lots of stuff there, not all of it actively developed. ChrisA