Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #63821 > unrolled thread

Re: Module depositary

Started byChris Angelico <rosuav@gmail.com>
First post2014-01-13 21:24 +1100
Last post2014-01-13 21:24 +1100
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: Module depositary Chris Angelico <rosuav@gmail.com> - 2014-01-13 21:24 +1100

#63821 — Re: Module depositary

FromChris Angelico <rosuav@gmail.com>
Date2014-01-13 21:24 +1100
SubjectRe: Module depositary
Message-ID<mailman.5400.1389608693.18130.python-list@python.org>
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

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web