Differences between revisions 4 and 18 (spanning 14 versions)
Revision 4 as of 2005-02-17 18:56:43
Size: 1696
Editor: 168-103-146-113
Comment: rename to PythonModules?
Revision 18 as of 2008-11-15 13:59:57
Size: 2862
Editor: localhost
Comment: converted to 1.6 markup
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
See PublishingPythonModules for the ''current'' page.

And shouldn't this one be deleted or "#redirect"ed?
----
Line 3: Line 7:
 * [http://www.python.org/pypi Python Package Index (aka "PyPI")] - seems to be the current preferred location to list packages, and is integrated with the distutils in recent versions of Python.
 * [http://py.vaults.ca/apyllo.py the Vaults of Parnassus] - a link store for Python modules. You must host files elsewhere, but this is one of the oldest and largest lists of available Python code.
 * [http://aspn.activestate.com/ASPN/Python/Cookbook/ the Python Cookbook], hosted by ActiveState, for small useful bits. Code submitted there is reviewed, and takes a while to appear on the site.
 * [http://www.uselesspython.com/ Useless Python] is indiscriminate, for all bits of code you don't think are ''worth'' publishing.
 * [[http://pypi.python.org/pypi|Python Package Index (aka "PyPI")]] - seems to be the current preferred location to list packages, and is integrated with the distutils in recent versions of Python.  You can upload distribution files to PyPI so that the code will be available for downloading.
 * [[http://py.vaults.ca/apyllo.py|Vaults of Parnassus]] - a link store for Python modules. You must host files elsewhere, but this is one of the oldest and largest lists of available Python code.
 * [[http://aspn.activestate.com/ASPN/Python/Cookbook/|Python Cookbook]], hosted by ActiveState, for small useful bits. Code submitted there is reviewed, and takes a while to appear on the site, if submitted by e-mail. Code submitted directly through a web form appears immediately.
 * [[http://www.uselesspython.com/|Useless Python]] is indiscriminate, for all bits of code you don't think are ''worth'' publishing.
 * [[http://www.pycode.com/|PyCode]] - a new site that allows you to upload modules.
Line 10: Line 15:
See also: Italian translation at ["Codice"], [http://www.faqts.com/knowledge_base/index.phtml/fid/235 FAQTs] section on module Q&A See also: Italian translation at [[Codice]], [[http://www.faqts.com/knowledge_base/index.phtml/fid/235|FAQTs]] section on module Q&A
Line 14: Line 19:
CategoryFaq CategoryFaq CategoryFaq
Line 18: Line 23:
I've cleaned the page up a bit. I took out the repetition of PyPI (listed twice), and [http://www.faqts.com/knowledge_base/index.phtml/fid/199/ faqts], since I didn't see that it was a "place to publish modules." I did reference it in the "See also's," since it did have relevant information. Where is the PyCode site? Canceled? If so, it's a pitty. It was such a good idea to have a place to upload software.
Line 20: Line 25:
Personally, I'de prefer not to have a page called "How to publish Python modules." It doesn't exactly lend itself to becomming [http://www.emacswiki.org/cw/LinkLanguage LinkLanguage.] I'd rather call the page: "PublishingPythonModules", or "PublishPythonModules", or even just a section of "PythonModules". -- ZoranIsailovski <<Date(2005-08-14T15:00:00)>>
Line 22: Line 27:
-- LionKimbro [[DateTime(2005-02-17T18:56:35Z)]] 'Note that packages can be uploaded to PyPI. -- amk

I haven't found a way to upload anything but a PKG-INFO file to PyPI. What kind of magic is needed for that? Anyway, if someone ''knows'' what has happened to the Py``Code site, and whether it will re-appear or it is cancelled, then please tell us.

-- ZoranIsailovski <<DateTime(2005-08-14T23:40:00)>>

B) After several days of inaccessiblity, the Py``Code site has just re-appeared. I have removed the comments near the reference above.

-- ZoranIsailovski <<DateTime(2005-08-15T00:10:00)>>

----

I've cleaned the page up a bit. I took out the repetition of PyPI (listed twice), and [[http://www.faqts.com/knowledge_base/index.phtml/fid/199/|faqts]], since I didn't see that it was a "place to publish modules." I did reference it in the "See also's," since it did have relevant information.

Personally, I'de prefer not to have a page called "How to publish Python modules." It doesn't exactly lend itself to becomming [[http://www.emacswiki.org/cw/LinkLanguage|LinkLanguage.]] I'd rather call the page: "PublishingPythonModules", or "PublishPythonModules", or even just a section of "PythonModules".

-- LionKimbro <<DateTime(2005-02-17T18:56:35Z)>>

[[lwickjr]]: "PublishingPythonModules" it is.

See PublishingPythonModules for the current page.

And shouldn't this one be deleted or "#redirect"ed?


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

  • Python Package Index (aka "PyPI") - seems to be the current preferred location to list packages, and is integrated with the distutils in recent versions of Python. You can upload distribution files to PyPI so that the code will be available for downloading.

  • Vaults of Parnassus - a link store for Python modules. You must host files elsewhere, but this is one of the oldest and largest lists of available Python code.

  • Python Cookbook, hosted by ActiveState, for small useful bits. Code submitted there is reviewed, and takes a while to appear on the site, if submitted by e-mail. Code submitted directly through a web form appears immediately.

  • Useless Python is indiscriminate, for all bits of code you don't think are worth publishing.

  • PyCode - a new site that allows you to upload modules.

  • This wiki - if a module is relatively short

See also: Italian translation at Codice, FAQTs section on module Q&A


CategoryFaq

Discussion

Where is the PyCode site? Canceled? If so, it's a pitty. It was such a good idea to have a place to upload software.

-- ZoranIsailovski 2005-08-14

'Note that packages can be uploaded to PyPI. -- amk

I haven't found a way to upload anything but a PKG-INFO file to PyPI. What kind of magic is needed for that? Anyway, if someone knows what has happened to the PyCode site, and whether it will re-appear or it is cancelled, then please tell us.

-- ZoranIsailovski 2005-08-14 23:40:00

B) After several days of inaccessiblity, the PyCode site has just re-appeared. I have removed the comments near the reference above.

-- ZoranIsailovski 2005-08-15 00:10:00


I've cleaned the page up a bit. I took out the repetition of PyPI (listed twice), and faqts, since I didn't see that it was a "place to publish modules." I did reference it in the "See also's," since it did have relevant information.

Personally, I'de prefer not to have a page called "How to publish Python modules." It doesn't exactly lend itself to becomming LinkLanguage. I'd rather call the page: "PublishingPythonModules", or "PublishPythonModules", or even just a section of "PythonModules".

-- LionKimbro 2005-02-17 18:56:35

lwickjr: "PublishingPythonModules" it is.

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.