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

Hability to check if a package exists #76

Open
lovato opened this issue Sep 4, 2013 · 0 comments
Open

Hability to check if a package exists #76

lovato opened this issue Sep 4, 2013 · 0 comments

Comments

@lovato
Copy link
Collaborator

lovato commented Sep 4, 2013

Is there any way to check if localshop already has a package?
Like the way we can do with pypi.python.org...

Example:

https://pypi.python.org/pypi/surrealism/0.6.0 (ok, and tells there 0.7.0 is the latest)
https://pypi.python.org/pypi/surrealism/0.7.0 (ok, the latest)
https://pypi.python.org/pypi/surrealism/0.7.1 (HTTP 404)

This way I can use a script to determine if I can upload a newer package or not. If there is a match, I gave the user an error.

If there is not such feature, I can help develop it.

Lovato

@mvantellingen mvantellingen added this to the 0.6 milestone Aug 24, 2014
@mvantellingen mvantellingen removed this from the 0.6 milestone Jun 24, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants