Open
Description
Sorry if this has been asked before.
I would be really nice if I could make metadata searches like these on PyPI:
- Give me all packages that depend on
X
- Give me all packages that don't depend on
Y
- Give me all packages that depend on
X>1.2.3
- Give me all packages that don't depend on
Y<1.2.3
- Give me all packages that have classifier
A :: B :: C
- Give me all packages that "work" on
Python X.Y
(but there are multiple ways to declare compatibility? maybe some compound index) - Give me all package that have a release after
2015-01-02
And so on ...