Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #63821
| Path | csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed3.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <rosuav@gmail.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.012 |
| X-Spam-Evidence | '*H*': 0.98; '*S*': 0.00; 'url:pypi': 0.03; 'cc:addr :python-list': 0.11; 'python': 0.11; 'jan': 0.12; 'curating': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'landing': 0.16; 'notably': 0.16; 'all.': 0.16; 'wrote:': 0.18; 'module': 0.19; 'projects,': 0.19; 'python?': 0.22; 'cc:addr:python.org': 0.22; 'install': 0.23; 'convenient': 0.24; 'sean': 0.24; 'mon,': 0.24; 'cc:2**0': 0.24; 'header:In-Reply- To:1': 0.27; 'message-id:@mail.gmail.com': 0.30; '(which': 0.31; '13,': 0.31; 'perl': 0.31; 'url:python': 0.33; 'received:google.com': 0.35; 'there': 0.35; 'version': 0.36; 'url:org': 0.36; 'handle': 0.38; 'pm,': 0.38; 'anything': 0.39; 'how': 0.40; 'easy': 0.60; 'most': 0.60; 'mentioned': 0.61; 'commercial': 0.71; 'to:none': 0.92; 'from.': 0.93 |
| 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:cc :content-type; bh=5+N8rcr+xkm0gzih+0/dL/4FcHs7fzzyoFxZVmPpjOI=; b=PePUndm/UHqYz7r9nEAjgjMjyuj36T57UPGVaq9z1ms+1Xe8ke4HoqZY44a20aCQ6T UB28MqHzxHixaqieIYq6RnhfdHn5jfzU834SpaCAWyOWah5KQPLsxtNnA786wJIVE/56 eLklJwBv0rZ1dUzLubUH+6elnEV51PJlgTYzSO6uxu9clWFiAhPMY3D9BohgOS23l0Na fep6q7B2ovPm5y6N5XrU8RTYnhSY5tgNw9N55JPuO4UwqfArpoG1fgJYXCRi+2Y1WovS +yNFGypGimHMy6w39p28cSeNFetVWm/cXnGFFURnXSzhf7JisWAQtHbQVH/D/H5u2H1X 877w== |
| MIME-Version | 1.0 |
| X-Received | by 10.68.183.164 with SMTP id en4mr1654476pbc.169.1389608684181; Mon, 13 Jan 2014 02:24:44 -0800 (PST) |
| In-Reply-To | <508F8651-CCB9-4EB0-A4EC-70AD3AAEB46B@gmail.com> |
| References | <508F8651-CCB9-4EB0-A4EC-70AD3AAEB46B@gmail.com> |
| Date | Mon, 13 Jan 2014 21:24:44 +1100 |
| Subject | Re: Module depositary |
| From | Chris Angelico <rosuav@gmail.com> |
| Cc | "python-list@python.org" <python-list@python.org> |
| Content-Type | text/plain; charset=UTF-8 |
| 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 | <https://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 | <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.5400.1389608693.18130.python-list@python.org> (permalink) |
| Lines | 16 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1389608693 news.xs4all.nl 2936 [2001:888:2000:d::a6]:33289 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:63821 |
Show key headers only | View raw
On Mon, Jan 13, 2014 at 9:05 PM, Sean Murphy <mhysnm1964@gmail.com> wrote: > Hi All. > > I am aware that active state python has a commercial module depositary which you can get modules from. Under PERL you had CPAN. Is there anything like this for Python? Check out the Python Package Index: https://pypi.python.org/pypi It's not commercial, and (as far as I know) there's no curating of projects, so you need to make your own decision about what you trust and how you handle version dependencies. There are easy and convenient ways to install packages, most notably pip (which is mentioned on the landing page). ChrisA
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
Re: Module depositary Chris Angelico <rosuav@gmail.com> - 2014-01-13 21:24 +1100
csiph-web