{"id":35226515,"url":"https://github.com/pyodide/pyodide-lock","last_synced_at":"2026-04-01T20:43:47.537Z","repository":{"id":182985754,"uuid":"657141696","full_name":"pyodide/pyodide-lock","owner":"pyodide","description":"Tooling to manage the `pyodide-lock.json` file","archived":false,"fork":false,"pushed_at":"2026-02-27T05:21:12.000Z","size":84,"stargazers_count":8,"open_issues_count":8,"forks_count":11,"subscribers_count":6,"default_branch":"main","last_synced_at":"2026-02-27T12:09:58.550Z","etag":null,"topics":["dependency-pinning","lockfile","pyodide"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pyodide.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-06-22T12:08:01.000Z","updated_at":"2026-02-27T05:20:57.000Z","dependencies_parsed_at":"2023-11-12T13:23:08.662Z","dependency_job_id":"5c824456-81c3-465b-a007-8e3217c9db5d","html_url":"https://github.com/pyodide/pyodide-lock","commit_stats":null,"previous_names":["pyodide/pyodide-lock"],"tags_count":12,"template":false,"template_full_name":null,"purl":"pkg:github/pyodide/pyodide-lock","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pyodide%2Fpyodide-lock","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pyodide%2Fpyodide-lock/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pyodide%2Fpyodide-lock/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pyodide%2Fpyodide-lock/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pyodide","download_url":"https://codeload.github.com/pyodide/pyodide-lock/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pyodide%2Fpyodide-lock/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31291780,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-01T13:12:26.723Z","status":"ssl_error","status_checked_at":"2026-04-01T13:12:25.102Z","response_time":53,"last_error":"SSL_read: 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":["dependency-pinning","lockfile","pyodide"],"created_at":"2025-12-30T01:16:06.556Z","updated_at":"2026-04-01T20:43:47.530Z","avatar_url":"https://github.com/pyodide.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# pyodide-lock\n\n[![PyPI Latest Release](https://img.shields.io/pypi/v/pyodide-lock.svg)](https://pypi.org/project/pyodide-lock/)\n![GHA](https://github.com/pyodide/pyodide-lock/actions/workflows/main.yml/badge.svg)\n[![codecov](https://codecov.io/gh/pyodide/pyodide-lock/branch/main/graph/badge.svg?token=T0UEJW2F2P)](https://codecov.io/gh/pyodide/pyodide-lock)\n\nTooling to manage the `pyodide-lock.json` file.\n\nNote: the API of this package is still being iterated on and may change completely\nbefore the 0.1 release.\n\nThe `pyodide-lock` file is used to lock the versions of the packages that are\nused in a given Pyodide application. Packages included in `pyodide-lock.json`\nwill be auto-loaded at import time, when using `pyodide.runPythonAsync` or\nrunning in JupyterLite or PyScript, and do not need to be explicitly installed\nwith micropip.\n\n## Installation\n\n```bash\npip install pyodide-lock\n```\n\n## Python API\n\nTo parsing and write the `pyodide-lock.json` (formerly `repodata.json`) file:\n```py\nfrom pyodide_lock import PyodideLockSpec\n\nlock_spec = PyodideLockSpec.from_json(\"pyodide-lock.json\")\n# Make some changes\nlock_spec.to_json(\"pyodide-lock.json\")\n```\n\n## License\n\nBSD-3-Clause License\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpyodide%2Fpyodide-lock","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpyodide%2Fpyodide-lock","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpyodide%2Fpyodide-lock/lists"}