 |
What is a Python egg? - Stack Overflow
Same concept as a .jar file in Java, it is a .zip file with some metadata files renamed .egg, for distributing code as bundles. Specifically: A "Python egg" is a logical structure embodying the release of a specific version of a Python project, comprising
stackoverflow.com |
 |