"Egg" is a single-file importable distribution format for Python-related projects. "[[http://peak.telecommunity.com/DevCenter/PythonEggs|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, ...