Differences between revisions 4 and 5
Revision 4 as of 2007-07-25 19:48:38
Size: 2932
Comment: cheeseshop.python.org -> pypi.python.org
Revision 5 as of 2008-04-07 03:01:48
Size: 3212
Editor: 66
Comment: Added a link; fixed some spelling errors [& maybe added more?]
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
 * [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. See the CheeseShopTutorial for more information.  * [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. See the CheeseShopTutorial or [http://docs.python.org/dist/package-upload.html Uploading Packages to the Package Index] for more information.
Line 19: Line 19:
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. Where is the PyCode site? Canceled? If so, it's a pity. It was such a good idea to have a place to upload software.
Line 29: Line 29:
B) After several days of inaccessiblity, the Py``Code site has just re-appeared. I have removed the comments near the reference above. ["lwickjr"] [[DateTime()]]: See the link I added above to [http://docs.python.org/dist/package-upload.html Uploading Packages to the Package Index] re uploading distributions to PyPI.

B) After several days of inaccessibility, the Py``Code site has just re-appeared. I have removed the comments near the reference above.
Line 45: Line 47:
["lwickjr"]: "[PublishingPythonModules]" it is. ["lwickjr"]: ["PublishingPythonModules"] it is.

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

See also: Italian translation at ["Codice"], [http://www.faqts.com/knowledge_base/index.phtml/fid/235 FAQTs] section on module Q&A, ["Code"]


CategoryFaq

Discussion

Where is the PyCode site? Canceled? If so, it's a pity. 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 PyCode site, and whether it will re-appear or it is cancelled, then please tell us.

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

["lwickjr"] DateTime(): See the link I added above to [http://docs.python.org/dist/package-upload.html Uploading Packages to the Package Index] re uploading distributions to PyPI.

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

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

See the CheeseShopTutorial for information on using PyPI to upload distribution files.

-- PaulBoddie DateTime(2006-07-23T17:32: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.

PublishingPythonModules (last edited 2020-08-10 19:42:56 by ChrisM)

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