[Catalog-sig] Can PyPI have a new field that stores the code repository URL?

Jacob Kaplan-Moss jacob at jacobian.org
Fri Apr 8 21:30:10 CEST 2011


On Fri, Apr 8, 2011 at 12:09 PM, Tarek Ziadé <ziade.tarek at gmail.com> 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


More information about the Catalog-SIG mailing list