Skip to content
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

added checking for release versions on PyPI #24

Closed
wants to merge 4 commits into from
Closed

added checking for release versions on PyPI #24

wants to merge 4 commits into from

Conversation

mattpaletta
Copy link

No description provided.

@di
Copy link
Owner

di commented May 6, 2019

Hi @mattpaletta, thanks for the PR.

This project attempts to replace usage of pip's internal API, but still continue to use pip. Generally that means that functions defined on pip-api's API should essentially be wrapping some command-line pip command. I can understand wanting to cut out the "middleman" here and just use PyPI's API directly, but it's important that this is the pattern used by this project.

To my knowledge, pip doesn't have a command that would give all versions for a given package, or the latest version of a package, so this might be difficult to implement.

If you could point me to some examples of how the internal pip APIs that this should replace are currently being used, it might be helpful to direct this PR.

@jayvdb
Copy link
Contributor

jayvdb commented May 15, 2019

OTOH, if you are looking for another home for this feature, hugovk/top-pypi-packages#4 (comment) lists some suitable projects which publish metadata extracted from PyPI, and PyPI clients which have extra features like this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants