Top "Egg" questions

A python egg is a file used for distributing python projects as bundles; it is usually compressed with the zip algorithm.

How does Python keep track of modules installed with eggs?

If I have a module, foo, in Lib/site-packages, I can just import foo and it will work. However, when …

python module installation easy-install egg