Size: 349
Comment:
|
← Revision 4 as of 2008-11-15 14:00:12 ⇥
Size: 360
Comment: converted to 1.6 markup
|
Deletions are marked like this. | Additions are marked like this. |
Line 2: | Line 2: |
Python-related. "[http://peak.telecommunity.com/DevCenter/PythonEggs The Quick Guide to Python Eggs]" |
Python-related projects. "[[http://peak.telecommunity.com/DevCenter/PythonEggs|The Quick Guide to Python Eggs]]" |
"Egg" is a single-file importable distribution format for Python-related projects. "The Quick Guide to Python Eggs" aptly notes that "Eggs are to Pythons as Jars are to Java..." Eggs actually are richer than jars; they hold interesting metadata such as licensing details, release dependencies, ...