27 Feb
2008
27 Feb
'08
10:57 a.m.
Hi, I am currently working on a small PyPI replacement for hosting local and private eggs: <http://pypi.python.org/pypi/haufe.eggserver/0.1.2> I would like to some introspection on uploaded eggs - basically I am interested in the long_description and some other metadata without having to unpack the egg and parse it on my own. Is there some API available for performing such a task? Andreas