What is a Python egg?

Note: Egg packaging has been superseded by Wheel packaging. 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: The Internal Structure of Python Eggs A “Python egg” is a logical structure embodying the release of a specific version of a Python project, comprising its code, … Read more