Re: [Catalog-sig] API search by python version (or classifier)

2011-01-26 Thread Tarek Ziadé
On Wed, Jan 26, 2011 at 3:36 AM, Brian Jones bkjo...@gmail.com wrote: ... http://mail.python.org/pipermail/catalog-sig/2010-September/003301.html I'm not positive we're on the same page. You seem to be talking about adding some specific new data in a specific way to the index, and *then*

Re: [Catalog-sig] API search by python version (or classifier)

2011-01-26 Thread M.-A. Lemburg
Tarek Ziadé wrote: On Wed, Jan 26, 2011 at 3:36 AM, Brian Jones bkjo...@gmail.com wrote: ... http://mail.python.org/pipermail/catalog-sig/2010-September/003301.html I'm not positive we're on the same page. You seem to be talking about adding some specific new data in a specific way to the

Re: [Catalog-sig] API search by python version (or classifier)

2011-01-26 Thread Tarek Ziadé
On Wed, Jan 26, 2011 at 10:33 AM, M.-A. Lemburg m...@egenix.com wrote: Tarek Ziadé wrote: On Wed, Jan 26, 2011 at 3:36 AM, Brian Jones bkjo...@gmail.com wrote: ... http://mail.python.org/pipermail/catalog-sig/2010-September/003301.html I'm not positive we're on the same page. You seem to be

Re: [Catalog-sig] API search by python version (or classifier)

2011-01-26 Thread Brian Jones
On Wed, Jan 26, 2011 at 4:51 AM, Tarek Ziadé ziade.ta...@gmail.com wrote: And searching for dependencies seems like the same need Brian has. I just want to clarify that need: I want to be able to search PyPI for all packages dependent on some package 'x'. I would think that easy_install/pip

Re: [Catalog-sig] API search by python version (or classifier)

2011-01-26 Thread Tarek Ziadé
On Wed, Jan 26, 2011 at 2:23 PM, Brian Jones bkjo...@gmail.com wrote: On Wed, Jan 26, 2011 at 4:51 AM, Tarek Ziadé ziade.ta...@gmail.com wrote: And searching for dependencies seems like the same need Brian has. I just want to clarify that need: I want to be able to search PyPI for all

Re: [Catalog-sig] API search by python version (or classifier)

2011-01-26 Thread Tarek Ziadé
2011/1/26 Alexis Métaireau ale...@notmyidea.org: Hi Brian, Tarek, Le 26/01/2011 13:47, Tarek Ziadé a écrit : Alexis has started such a prototype using CouchDB, because he wanted to experiment a REST-like interface to replace our current XML-RPC APIs, CC'ing him. Yes, I'm currently writing

Re: [Catalog-sig] API search by python version (or classifier)

2011-01-26 Thread Alexis Métaireau
Hi Brian, Tarek, Le 26/01/2011 13:47, Tarek Ziadé a écrit : Alexis has started such a prototype using CouchDB, because he wanted to experiment a REST-like interface to replace our current XML-RPC APIs, CC'ing him. Yes, I'm currently writing a PEP proposition, which is by now available in

Re: [Catalog-sig] API search by python version (or classifier)

2011-01-26 Thread Martin v. Löwis
You can also see a blog post I've made about that on http://blog.notmyidea.org/pypi-on-couchdb.html Also, a CouchDB instance with all the data is available at http://couchdb.notmyidea.org/pypi/ Bear in mind this *is* a work in progress. It should address the search problems you're

Re: [Catalog-sig] API search by python version (or classifier)

2011-01-26 Thread Martin v. Löwis
Minor nitpick: You should remove all implementation specific things from that future PEP, of put them in another place. PEPs are more about standards, API etc.. and using CouchDB is a detail and not relevant for its acceptance Indeed - if the URLs are specified, I'd probably implement it

Re: [Catalog-sig] API search by python version (or classifier)

2011-01-26 Thread Alexis Métaireau
Le 26/01/2011 20:45, Martin v. Löwis a écrit : Indeed - if the URLs are specified, I'd probably implement it directly, instead of trying to keep a couchdb instance updated. That's certainly a feature to have. Nevertheless, I do think that CouchDB still have a value here, because it's greatly

Re: [Catalog-sig] API search by python version (or classifier)

2011-01-26 Thread Tarek Ziadé
On Wed, Jan 26, 2011 at 9:45 PM, Martin v. Löwis mar...@v.loewis.de wrote: Minor nitpick: You should remove all implementation specific things from that future PEP, of put them in another place. PEPs are more about standards, API etc.. and using CouchDB is a detail and not relevant for its

Re: [Catalog-sig] API search by python version (or classifier)

2011-01-26 Thread Richard Jones
On Thu, Jan 27, 2011 at 8:10 AM, Alexis Métaireau ale...@notmyidea.org wrote: Le 26/01/2011 20:45, Martin v. Löwis a écrit : Indeed - if the URLs are specified, I'd probably implement it directly, instead of trying to keep a couchdb instance updated. That's certainly a feature to have.

Re: [Catalog-sig] API search by python version (or classifier)

2011-01-26 Thread Alexis Métaireau
Hi Tres, Le 26/01/2011 23:23, Tres Seaver a écrit : I think the SIG's response in September was a good example of the perfect is the ene good: - - A miniscule fraction of all PyPI releases actually declare PEP 345 metadata. I see no evidence that the number is growing[1]. I do agree. By