DOC: install index url missing from high level doc and incorrect docstring:
Nobody has claimed this yet.
- Dominant language
- HTML
- Stars
- 160
- Forks
- 42
- PR merge metrics
- No merged PRs in 30d
Description
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:
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:
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Read the install docstring in micropip/_commands/install.py around lines 96-98, then inspect the query_package and Transaction references in micropip/package_index.py. Check the Pyodide loading-packages documentation linked in the issue. Done means the supported index API is described accurately in micropip and the high-level Pyodide documentation mentions package indexes alongside direct URLs.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100