-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
a search --strict option to search only for an exact package name #7985
Comments
This is something I can take a look at. For I assume that for the json/dict, representation, the output might be something like this for
I will wait for other to chime in and provide their ideas before we continue. |
In the mean time I discover that since Python-3.5+, we have the ".run" option, better than ".popen" in my use case.
|
This feature would also be useful when trying to retrieve available versions for a given package. In the case of ansible when I run |
Somehow blocked by pypi/warehouse#284. The index needs to design an API first. There’s nothing pip can do at this time. |
Closing this since We can revisit this if/when there's a new search API. |
What's the problem this feature will solve?
I'm trying to get from pypi the given Summary of a package, programmatically
it's a bit what qypi does (but still from command line)
today, I need to:
... a bit tricky
Describe the solution you'd like
Alternative Solutions
currently, I have to do that way, which has a bigger environmental impact than I would like
Additional context
I'm maintaining WinPython distribution.
The text was updated successfully, but these errors were encountered: