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

Brian Jones bkjones at gmail.com
Wed Jan 26 14:23:28 CET 2011


On Wed, Jan 26, 2011 at 4:51 AM, Tarek Ziadé <ziade.tarek at 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
probably need the reverse: to find all dependencies of some package 'x'.

It boils down to finding packages with similar attributes, and hopefully it
shouldn't matter what that attribute is ('dependent on x', 'target python
version y', etc). This alone doesn't seem like it should be particularly
difficult, though I could see an implementation of a search for stacked
attributes ('depends on x *and* target python version y *and*...) really
becoming a performance/infrastructure-related issue (but I don't know
anything about the current infrastructure).



> > --
> > Marc-Andre Lemburg
> > eGenix.com
> >
> > Professional Python Services directly from the Source  (#1, Jan 26 2011)
> >>>> Python/Zope Consulting and Support ...        http://www.egenix.com/
> >>>> mxODBC.Zope.Database.Adapter ...             http://zope.egenix.com/
> >>>> mxODBC, mxDateTime, mxTextTools ...        http://python.egenix.com/
> > ________________________________________________________________________
> >
> > ::: Try our new mxODBC.Connect Python Database Interface for free ! ::::
> >
> >
> >   eGenix.com Software, Skills and Services GmbH  Pastor-Loeh-Str.48
> >    D-40764 Langenfeld, Germany. CEO Dipl.-Math. Marc-Andre Lemburg
> >           Registered at Amtsgericht Duesseldorf: HRB 46611
> >               http://www.egenix.com/company/contact/
> >
>
>
>
> --
> Tarek Ziadé | http://ziade.org
>



-- 
Brian K. Jones
My Blog          http://www.protocolostomy.com
Follow me      http://twitter.com/bkjones
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/catalog-sig/attachments/20110126/101a2050/attachment.html>


More information about the Catalog-SIG mailing list