This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author tarek
Recipients tarek
Date 2009-01-10.17:45:04
SpamBayes Score 0.021159882
Marked as misclassified No
Message-id <1231609506.29.0.511902396455.issue4908@psf.upfronthosting.co.za>
In-reply-to
Content
Let's add a "get_metadata" API in Distutils that would return
in a dictionary the content of the .egg-info file introduced into Python
2.5.


  >>> from distutils import get_metadata
  >>> get_metadata('ThePackage')
  {..}

(Working on a prototype)
History
Date User Action Args
2009-01-10 17:45:06tareksetrecipients: + tarek
2009-01-10 17:45:06tareksetmessageid: <1231609506.29.0.511902396455.issue4908@psf.upfronthosting.co.za>
2009-01-10 17:45:04tareklinkissue4908 messages
2009-01-10 17:45:04tarekcreate