Module depositary

Chris Angelico rosuav at gmail.com
Mon Jan 13 05:24:44 EST 2014


On Mon, Jan 13, 2014 at 9:05 PM, Sean Murphy <mhysnm1964 at 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



More information about the Python-list mailing list