Distutils/StandardizeEggInfo

This wiki is in the process of being archived due to lack of usage and the resources necessary to serve it — predominately to bots, crawlers, and LLM companies. Edits are discouraged.
Pages are preserved as they were at the time of archival. For current information, please visit python.org.
If a change to this archive is absolutely needed, requests can be made via the infrastructure@python.org mailing list.

The distutils — PEP 376 describes a new .egg.info infrastructure.

Please look at the direct svn link which has the latest version : svn link

  • make sure the new standard (which is compatible with all tools out there in its current state - see PEP 376) contains everything we need.
  • work on the uninstall story, by looking at PEP 262 and seeing how the RECORD file need to be
  • make sure the APIs proposed are complete
  • think hard to see if we want a reference install/uninstall script in distutils (I am +1 personnaly)

code prototype