From f0b45f589b1586071bee532c216ddae785d5e4b3 Mon Sep 17 00:00:00 2001 From: Alexis Metaireau Date: Mon, 24 Jan 2011 13:09:47 +0000 Subject: [PATCH] fix the couchdb url --- python/pypioncouch.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/python/pypioncouch.rst b/python/pypioncouch.rst index d261d5f..f080c59 100644 --- a/python/pypioncouch.rst +++ b/python/pypioncouch.rst @@ -38,7 +38,9 @@ generate records in the CouchDB instance. The final goal is to avoid to rely on this "simple" API, and rely on a REST insterface instead. I have set up a couchdb server on my server, which is -available at http://couchdb.notmyidea.org/_utils/pypi/. There is not a lot to +available at http://couchdb.notmyidea.org/_utils/database.html?pypi. + +There is not a lot to see there for now, but I've done the first import from PyPI yesterday and all went fine: it's possible to access the metadata of all PyPI projects via a REST interface. Next step is to write a client for this REST interface in