On Mon, Nov 18, 2013 at 12:19:36PM -0500, Donald Stufft wrote:
> 
> On Nov 18, 2013, at 11:54 AM, Barry Warsaw <ba...@python.org> wrote:
> 
> > Are you planning on putting a REST API on Warehouse?
> 
> Eventually, but the primary goal right now is feature parity with PyPI legacy.

JSON API is part of the PyPI legacy: http://wiki.python.org/moin/PyPiJson

I use it to build http://zope3.pov.lt/py3/ with
https://github.com/mgedmin/ztk-py3-status/blob/master/get_pypi_status.py

(I tried pointing that script to preview-pypi.python.org, but all the
package/json pages returned "{}", which, I guess, simply means the JSON
API is not implemented yet.)

I don't know whether "REST API" is the same thing, or if we're talking
about two different things here.

Marius Gedminas
-- 
Voodoo Programming:  Things programmers do that they know shouldn't work but
they try anyway, and which sometimes actually work, such as recompiling
everything.
-- Karl Lehenbauer

Attachment: signature.asc
Description: Digital signature

_______________________________________________
Distutils-SIG maillist  -  Distutils-SIG@python.org
https://mail.python.org/mailman/listinfo/distutils-sig

Reply via email to