Add CLI to fetch pyodide release
Open
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 6
- Forks
- 10
- PR merge metrics
- No merged PRs in 30d
Description
Sometimes we have to do from time to time is to fetch and extract a given pyodide release (e.g. here). It would be nice to have a CLI command to do that. Maybe something like,
pyodide fetch-release --tag 0.21.0 <output-path (defaults to .)>
Possibly related to CLI / venv tools by @hoodmane in https://github.com/pyodide/pyodide/pull/2976
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
Start by reviewing the proposed pyodide fetch-release --tag interface and the related CLI/venv work in pull request 2976. The issue is complete when a specified Pyodide release can be fetched and extracted to the requested output path, defaulting to the current directory.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100