{"id":35228494,"url":"https://github.com/pyodide/pyodide-recipes","last_synced_at":"2026-04-23T00:01:25.791Z","repository":{"id":96248092,"uuid":"593903692","full_name":"pyodide/pyodide-recipes","owner":"pyodide","description":"Collections of package recipes for Pyodide","archived":false,"fork":false,"pushed_at":"2026-04-22T19:36:49.000Z","size":8715,"stargazers_count":39,"open_issues_count":169,"forks_count":76,"subscribers_count":6,"default_branch":"main","last_synced_at":"2026-04-22T21:28:02.751Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pyodide.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":"docs/MAINTAINERS.md","copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-01-27T05:17:45.000Z","updated_at":"2026-04-22T03:27:47.000Z","dependencies_parsed_at":"2023-10-16T20:41:01.642Z","dependency_job_id":"db3ee3d5-d28a-4f95-bfe4-9c7d17a6472d","html_url":"https://github.com/pyodide/pyodide-recipes","commit_stats":null,"previous_names":["ryanking13/pyodide-recipes","ryanking13/pyodide-recipes-mirror"],"tags_count":28,"template":false,"template_full_name":null,"purl":"pkg:github/pyodide/pyodide-recipes","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pyodide%2Fpyodide-recipes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pyodide%2Fpyodide-recipes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pyodide%2Fpyodide-recipes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pyodide%2Fpyodide-recipes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pyodide","download_url":"https://codeload.github.com/pyodide/pyodide-recipes/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pyodide%2Fpyodide-recipes/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32159962,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-22T17:06:48.269Z","status":"ssl_error","status_checked_at":"2026-04-22T17:06:19.037Z","response_time":58,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-12-30T01:56:50.513Z","updated_at":"2026-04-23T00:01:25.782Z","avatar_url":"https://github.com/pyodide.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# pyodide-recipes\n\nCollections of package recipes for Pyodide\n\n## Adding a new package\n\n\u003e Note: Use Python 3.14 or upper to run the following commands.\n\nTo add a new package, create a package recipe in the `packages` directory.\n\nIt is required to clone the repository with the `--recurse-submodules` option to ensure\nthat all submodules are initialized. If you have already cloned the repository without\nthis option, you can run the following command to initialize the submodules:\n\n```bash\n$ git submodule update --init --recursive\n```\n\nYou can then start by creating a boilerplate recipe with the following command:\n\n```bash\n$ pip install ./pyodide-build\n$ pyodide skeleton pypi \u003cpackage-name\u003e\n```\n\nThis will create a new directory in the `packages/` directory with the package name.\nYou can then edit the `meta.yaml` file in the package directory to add build scripts\nand other metadata including the dependencies.\n\nSee the [Pyodide documentation](https://pyodide.org/en/stable/development/adding-packages-into-pyodide-distribution.html)\nfor more information on creating package recipes.\n\n## Updating an existing package\n\nAssuming you've already followed the setup instructions above, just run:\n\n```bash\n$ pyodide skeleton pypi \u003cpackage-name\u003e --update\n```\n\n## How to use the recipes in Pyodide\n\nThere are three ways to use the packages built by this repository in Pyodide:\n\n### 1. Wait until the next Pyodide release\n\nWhen we release a new version of Pyodide, we include the updated recipes in the Pyodide distribution.\nBut we don't guarantee that patch releases of Pyodide will include the updated recipes.\n\n### 2. Use Anaconda package index\n\nWe also release the recipes to Anaconda package index. You can pass the following indesx URLs to `micropip` to install the packages\nfrom the index.\n\n- `https://pypi.anaconda.org/pyodide/simple`: Contains all the packages built for all stable versions of Pyodide since Pyodide 0.28.0.\n- `https://pypi.anaconda.org/pyodide-nightly/simple`: Contains the tip-of-tree packages which exist in the `main` branch of this repository.\n\n### 3. Download the release artifact from GitHub releases\n\nWe release the built packages as a tarball in the GitHub releases occassionally.\nYou can download the tarball and host it on your own server.\n\n## Maintainer information\n\nSee [MAINTAINERS.md](docs/MAINTAINERS.md) for information on how to maintain this repository.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpyodide%2Fpyodide-recipes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpyodide%2Fpyodide-recipes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpyodide%2Fpyodide-recipes/lists"}