Differences between revisions 2 and 3
Revision 2 as of 2005-02-14 23:35:54
Size: 976
Editor: FredDrake
Comment: noted PyPI
Revision 3 as of 2005-02-15 00:01:22
Size: 1147
Editor: host-66-81-27-70
Comment: adding items from ["Code"]
Deletions are marked like this. Additions are marked like this.
Line 9: Line 9:
Finally, there is [http://www.uselesspython.com/ Useless Python] for all those bits of code you don't think are ''worth'' publishing. There is [http://www.uselesspython.com/ Useless Python] for all those bits of code you don't think are ''worth'' publishing.

 * [http://www.faqts.com/knowledge_base/index.phtml/fid/199/ Python faqts]
 * [http://www.python.org/pypi/ Python Package Index]

See also: Italian translation at ["Codice"]

There are various sites that list or host submitted Python modules.

The [http://www.python.org/pypi Python Package Index (or PyPI)] seems to be the current preferred location to list packages, and is integrated with the distutils in recent versions of Python.

The best-known one is the [http://py.vaults.ca/apyllo.py Vaults of Parnassus]. It requires that you host the files elsewhere, but it is one of the oldest and largest lists of available Python code out there.

Also, ActiveState hosts the [http://aspn.activestate.com/ASPN/Python/Cookbook/ Python Cookbook] for small useful bits. Code submitted there is reviewed, and takes a while to appear on the site.

There is [http://www.uselesspython.com/ Useless Python] for all those bits of code you don't think are worth publishing.

See also: Italian translation at ["Codice"]

Please add other places to publish Python code, notes, suggestions or anecdotes about the places above, or what have you.


CategoryFaq CategoryFaq

How to publish Python modules (last edited 2008-11-15 13:59:57 by localhost)

Unable to edit the page? See the FrontPage for instructions.