-
Notifications
You must be signed in to change notification settings - Fork 0
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
Figure out how to access the content of local PyPI mirror #6
Comments
➜ json ls 0 0-._.-._.-._.-._.-._.-._.-0 00000a 0.0.1 007 00print_lol 00SMALINUX .... zzz zzzeeksphinx zzzfs zzzutils ➜ json ls |wc -l 216757 ➜ json cat requests { "info": { "author": "Kenneth Reitz", "author_email": "[email protected]", "bugtrack_url": null, ...... "requires_dist": [ "chardet (<4,>=3.0.2)", "idna (<3,>=2.5)", "urllib3 (!=1.25.0,!=1.25.1,<1.26,>=1.21.1)", "certifi (>=2017.4.17)", "pyOpenSSL (>=0.14) ; extra == 'security'", "cryptography (>=1.3.4) ; extra == 'security'", "PySocks (!=1.5.7,>=1.5.6) ; extra == 'socks'", "win-inet-pton ; (sys_platform == \"win32\" and python_version == \"2.7\") and extra == 'socks'" ], "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*", "summary": "Python HTTP for Humans.", "version": "2.23.0" }, ...... } |
Btw the size of |
@s117 Would you mind uploading a zipped copy of the web/json directory to gdrive and sharing with me? |
Since the JSON API cannot provide dependency information accurately (pypi/warehouse#474), reopen this for exploring how to index arbitrary package inside the mirror. |
No description provided.
The text was updated successfully, but these errors were encountered: