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


Groups > comp.lang.python > #63821

Re: Module depositary

References <508F8651-CCB9-4EB0-A4EC-70AD3AAEB46B@gmail.com>
Date 2014-01-13 21:24 +1100
Subject Re: Module depositary
From Chris Angelico <rosuav@gmail.com>
Newsgroups comp.lang.python
Message-ID <mailman.5400.1389608693.18130.python-list@python.org> (permalink)

Show all headers | 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


Thread

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

csiph-web