What is a Python egg? - Stack Overflow

What is a Python egg? - Stack Overflow

瀏覽:1021
日期:2025-11-20
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...看更多