{"id":17696992,"url":"https://github.com/mst-mkt/web-python-repl","last_synced_at":"2026-01-28T02:06:19.551Z","repository":{"id":229442945,"uuid":"776468470","full_name":"mst-mkt/web-python-repl","owner":"mst-mkt","description":"🐍 Interactive Python shell in browser","archived":false,"fork":false,"pushed_at":"2025-05-12T04:50:14.000Z","size":460,"stargazers_count":1,"open_issues_count":6,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-02T02:50:31.620Z","etag":null,"topics":["pyodide","python","repl"],"latest_commit_sha":null,"homepage":"https://python-repl.keito.dev","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mst-mkt.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2024-03-23T15:41:52.000Z","updated_at":"2025-04-03T14:45:15.000Z","dependencies_parsed_at":"2024-03-24T12:28:34.914Z","dependency_job_id":"cb45a1e4-89bf-4ec4-9ed7-fac3c0edd69d","html_url":"https://github.com/mst-mkt/web-python-repl","commit_stats":null,"previous_names":["mst-mkt/web-python-repl"],"tags_count":0,"template":false,"template_full_name":"mst-mkt/vite-react-template","purl":"pkg:github/mst-mkt/web-python-repl","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mst-mkt%2Fweb-python-repl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mst-mkt%2Fweb-python-repl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mst-mkt%2Fweb-python-repl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mst-mkt%2Fweb-python-repl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mst-mkt","download_url":"https://codeload.github.com/mst-mkt/web-python-repl/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mst-mkt%2Fweb-python-repl/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28833502,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-27T23:29:49.665Z","status":"online","status_checked_at":"2026-01-28T02:00:06.943Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["pyodide","python","repl"],"created_at":"2024-10-24T14:45:57.645Z","updated_at":"2026-01-28T02:06:19.530Z","avatar_url":"https://github.com/mst-mkt.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e\n    Web Python REPL\n\u003c/h1\u003e\n\n\u003cdiv align=\"center\"\u003e\n    \u003ci\u003eInteractive Python shell in browser\u003c/i\u003e\u003cbr /\u003e\u003cbr /\u003e\n    \u003ca href=\"https://github.com/mst-mkt/web-python-repl/actions/workflows/check.yml\"\u003e\n        \u003cimg src=\"https://github.com/mst-mkt/web-python-repl/actions/workflows/check.yml/badge.svg?branch=main\" alt=\"Lint and TypeCheck\" /\u003e\n    \u003c/a\u003e\n    \u003ca href=\"https://python-repl.keito.dev\"\u003e\n        \u003cimg src=\"https://img.shields.io/badge/Available%20on-python‐repl.keito.dev-orange.svg?logo=cloudflare\" alt=\"Try it online\" /\u003e\n    \u003c/a\u003e\n\u003c/div\u003e\n\n## Screenshots\n![Screenshot](https://github.com/mst-mkt/web-python-repl/assets/131662659/a26a6557-166d-4ede-b988-b8e7c54ee497)\n\n## Development\n\n### Setup\n\n```sh\n$ git clone\n$ cd web-python-repl\n$ pnpm i --frozen-lockfile\n```\n\n### Start dev server\n\n```sh\n$ pnpm dev\n```\n\n### Build\n\n```sh\n$ pnpm build\n```\n\n### Lint, Format, TypeCheck\n\n```sh\n$ pnpm lint      # Lint\n$ pnpm lint:fix  # Lint and Fix\n$ pnpm format    # Format\n$ pnpm typecheck # TypeCheck\n```\n\n### Main Dependencies\n\n|      |           |                                                                      |\n|:----:| --------- | -------------------------------------------------------------------- |\n| \u003cimg src=\"https://pyodide.org/en/stable/_static/pyodide-logo.png\" alt=\"Pyodide logo\" height=\"24\" width=\"auto\" /\u003e | Pyodide | Python distribution for the browser and Node.js based on WebAssembly |\n| \u003cimg src=\"https://ja.vitejs.dev/logo-with-shadow.png\" alt=\"Vitejs logo\" width=\"32\" height=\"32\" /\u003e | Vite | Next Generation Frontend Tooling                                     |\n| \u003cimg src=\"https://github.com/master-co.png\" width=\"48\" height=\"48\" alt=\"MasterCSS logo\" /\u003e | MasterCSS | A Virtual CSS language with enhanced syntax                          |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmst-mkt%2Fweb-python-repl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmst-mkt%2Fweb-python-repl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmst-mkt%2Fweb-python-repl/lists"}