Size: 2748
Comment:
|
← Revision 18 as of 2025-07-01 17:36:01 ⇥
Size: 1723
Comment: update: distutils is no longer part of stdlib, removed dead links
|
Deletions are marked like this. | Additions are marked like this. |
Line 1: | Line 1: |
There are various sites that list or host submitted Python modules. | = Publishing Python Code = |
Line 3: | Line 3: |
* [http://cheeseshop.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. * This wiki - if a module is relatively short |
== Distributing projects == [[http://pypi.python.org/pypi|The Python Package Index]] (aka "PyPI" -- formerly known as the "Cheese Shop") is the preferred hub for publishing Python packages and modules. See the [[https://packaging.python.org/|Python Packaging User Guide]]. == Sharing code snippets == The [[http://code.activestate.com/recipes/langs/python/|Python section of the ActiveState Code Recipes]] is a popular place to publish small useful snippets of code. Alternatively, you may add such snippets to this Wiki and link to them from the [[Code]] page. ----- Your operating system distribution may have software collections. Searching for Python software can yield numerous packaged libraries and applications. For example: * [[http://packages.debian.org/stable/python/|Python packages in Debian stable]] (see also the [[http://www.debian.org/distrib/packages|Debian package search page]]) * [[http://packages.ubuntu.com/hardy/python/|Python packages in Ubuntu 8.04 LTS]] (see also the [[http://packages.ubuntu.com/|Ubuntu package search page]]) |
Line 11: | Line 23: |
See also: Italian translation at ["Codice"], [http://www.faqts.com/knowledge_base/index.phtml/fid/235 FAQTs] section on module Q&A, ["Code"] | == Outdated / inactive hosting sites for Python code == |
Line 13: | Line 25: |
* ''Useless Python'' was a site for indiscriminate publishing of all bits of Python code you didn't think were ''worth'' publishing. Now inactive and web address (`www.uselesspython.com`) used to place ads. * ''Vaults of Parnassus'' - a former link store for Python modules. You had to host files elsewhere, but this was one of the oldest and largest lists of available Python code. Now non-existent. * ''!PyCode'' - an older site where you could share modules. Site (`www.pycode.com`) now used for unrelated blogging. |
|
Line 16: | Line 31: |
= 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 [[Date(2005-08-14T15:00:00)]] '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. |
Publishing Python Code
Distributing projects
The Python Package Index (aka "PyPI" -- formerly known as the "Cheese Shop") is the preferred hub for publishing Python packages and modules.
See the Python Packaging User Guide.
Sharing code snippets
The Python section of the ActiveState Code Recipes is a popular place to publish small useful snippets of code.
Alternatively, you may add such snippets to this Wiki and link to them from the Code page.
Your operating system distribution may have software collections. Searching for Python software can yield numerous packaged libraries and applications. For example:
Python packages in Debian stable (see also the Debian package search page)
Python packages in Ubuntu 8.04 LTS (see also the Ubuntu package search page)
Outdated / inactive hosting sites for Python code
Useless Python was a site for indiscriminate publishing of all bits of Python code you didn't think were worth publishing. Now inactive and web address (www.uselesspython.com) used to place ads.
Vaults of Parnassus - a former link store for Python modules. You had to host files elsewhere, but this was one of the oldest and largest lists of available Python code. Now non-existent.
PyCode - an older site where you could share modules. Site (www.pycode.com) now used for unrelated blogging.