On Wednesday 11 July 2007 4:40:26 pm Phillip J. Eby wrote:
> 1. Access to "hidden" packages' release info

This already exists. Simply call release_data() with the exact version you are 
interested in. It returns the metadata regardless of the "hidden" flag.

> 2. Links in the long_description that are rendered by PyPI's web interface

The 'description' key in the dictionary returned by release_data() contains 
the long_description as provided by the package's setup.py. I would think 
that scanning just that should be simpler than relying on particular 
formatting of the PyPI generated package page.

--
Jeremy Kloth
http://4suite.org/
_______________________________________________
Catalog-SIG mailing list
[email protected]
http://mail.python.org/mailman/listinfo/catalog-sig

Reply via email to