Doing a quick search of SO, I didn't find anything, but feel free to just redirect me. Basically, I'm new to Python and just trying to understand how it's packages work. Presumably "eggs" are some sort of packaging mechanism, but if someone could give me a quick overview of what role they play and maybe some information on why they're useful and how to create them.
|
Same concept as a
|
|||||||||
|
protected by Jarrod Roberson Jun 10 '12 at 20:11
This question is protected to prevent "thanks!", "me too!", or spam answers by new users. To answer it, you must have earned at least 10 reputation on this site.
.debarchives: code bundle with meta-data to help with the management of the archive e.g. installation, script extraction etc. – jldupont Jan 12 '10 at 18:08