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

Feature: support inspection of test.pypi.org packages #96

Open
miketheman opened this issue Apr 16, 2023 · 0 comments
Open

Feature: support inspection of test.pypi.org packages #96

miketheman opened this issue Apr 16, 2023 · 0 comments

Comments

@miketheman
Copy link
Member

As a way to examine packages that have been uploaded to test.pypi.org as well.

Some folks may only upload their packages to the test server, and ask users to install from test.pypi.org via chats with specific pip commands.

Currently inspector will show a 404 for any package on test.pypi.org as it only supports retrieval from the production index.

resp = requests.get(f"https://pypi.org/pypi/{project_name}/json")

I’m not sure if this should manifest as a separate test-inspector instance and differ via config, or if there’s another way we should support test retrieval like a specific header/query string.

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

No branches or pull requests

1 participant