[Catalog-sig] start on static generation, and caching - apache config.

Jeremy Kloth jeremy.kloth at 4suite.org
Thu Jul 12 01:20:49 CEST 2007


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/


More information about the Catalog-SIG mailing list