We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
micropip/micropip/_commands/install.py
Lines 96 to 98 in e107d89
state that index "should support json api", as far as I can tell this is not true as we can see that Transation will use query_package:
Transation
query_package
micropip/micropip/package_index.py
Lines 262 to 284 in e107d89
Lines 80 to 88 in e107d89
which does support simple API.
(I have not tried though).
I think mentioning index could also be added in the pyodide documentation itslef in adiition to direct URLS:
https://github.com/pyodide/pyodide/blob/9f49030ef511296574885720282887bea6c6fd54/docs/usage/loading-packages.md#installing-wheels-from-arbitrary-urls
The text was updated successfully, but these errors were encountered:
Thanks. You are right. micropip now support Simple APIs (both HTML and JSON). Could you open a PR?
micropip
Sorry, something went wrong.
Yes, I can send a pr a bit later. I'll try to do both one here, and on Pyodide to document it.
Mention the ability to use extra index with micropip
d5f2aa1
See pyodide/micropip#116
No branches or pull requests
micropip/micropip/_commands/install.py
Lines 96 to 98 in e107d89
state that index "should support json api", as far as I can tell this is not true as we can see that
Transation
will usequery_package
:micropip/micropip/package_index.py
Lines 262 to 284 in e107d89
micropip/micropip/package_index.py
Lines 80 to 88 in e107d89
which does support simple API.
(I have not tried though).
I think mentioning index could also be added in the pyodide documentation itslef in adiition to direct URLS:
https://github.com/pyodide/pyodide/blob/9f49030ef511296574885720282887bea6c6fd54/docs/usage/loading-packages.md#installing-wheels-from-arbitrary-urls
The text was updated successfully, but these errors were encountered: