Differences between revisions 1 and 2
Revision 1 as of 2005-05-25 19:47:38
Size: 875
Editor: RichardJones
Comment:
Revision 2 as of 2005-05-25 19:48:29
Size: 883
Editor: RichardJones
Comment:
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
**Cheese Shop / PyPI** -- the central repository of python package metadata and distribution files. '''Cheese Shop / PyPI''' -- the central repository of python package metadata and distribution files.
Line 5: Line 5:
**Python Eggs** -- an effort to produce single-file distributions of packages similar to Java JARs. See http://peak.telecommunity.com/DevCenter/PythonEggs '''Python Eggs''' -- an effort to produce single-file distributions of packages similar to Java JARs. See http://peak.telecommunity.com/DevCenter/PythonEggs
Line 7: Line 7:
**PEPs for extending distutils / PyPI** -- PEPs 262 "Database of Installed Python Packages" and 345 "Metadata for Python Software Packages 1.2" are currently open '''PEPs for extending distutils / PyPI''' -- PEPs 262 "Database of Installed Python Packages" and 345 "Metadata for Python Software Packages 1.2" are currently open
Line 9: Line 9:
**Uraga** -- an effort to develop a tool for download and installation of packages. See http://www.byteofpython.info/projects/uraga/uraga.html '''Uraga''' -- an effort to develop a tool for download and installation of packages. See http://www.byteofpython.info/projects/uraga/uraga.html

Please add a listing to this page if you're working on Distutils (and help us reduce duplication of effort).

Cheese Shop / PyPI -- the central repository of python package metadata and distribution files.

Python Eggs -- an effort to produce single-file distributions of packages similar to Java JARs. See http://peak.telecommunity.com/DevCenter/PythonEggs

PEPs for extending distutils / PyPI -- PEPs 262 "Database of Installed Python Packages" and 345 "Metadata for Python Software Packages 1.2" are currently open

Uraga -- an effort to develop a tool for download and installation of packages. See http://www.byteofpython.info/projects/uraga/uraga.html

Other efforts we know about:

Ian Bicking is looking to clean up and extend the use of release_urls in PyPI.

Maurice Ling is looking at implementing PEP 262 as an academic project.

Distutils/Projects (last edited 2013-05-14 20:52:03 by nawkboy)

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