On Fri, Apr 8, 2011 at 12:09 PM, Tarek Ziadé <[email protected]> wrote: > I added in PEP 345 a field where you can store any number of urls for > the project > > Check it out, PyPI also support displaying it under a "Project Links" portlet > > example: http://pypi.python.org/pypi/gfbi_core/0.2
It looks like these don't show up on the /simple pages, making scraping of those links a bit complicated and brittle. Can that be added? Or is there another way to fetch these links more programmatically? Danny: my suggestion, given that PEP 345's already implemented, is to just pick a Project-URL label, document it, and encourage people to use it for source control. Python Packages is the only thing that needs it right now, so you can just paint the bikeshed however you want and establish a de facto standard. Jacob _______________________________________________ Catalog-SIG mailing list [email protected] http://mail.python.org/mailman/listinfo/catalog-sig
