Pyodide is a Python distribution for the browser and Node.js based on WebAssembly
Go to file
dependabot[bot] b36b13ab58
github-actions update actions/checkout and actions/setup-python (#4709)
Bumps the github-actions group with 2 updates: actions/checkout and actions/setup-python.
2024-04-22 12:37:36 +02:00
.circleci CI Bump chrome version in the docker image to 122 (#4616) 2024-03-15 19:45:20 +09:00
.devcontainer CI Bump chrome version in the docker image to 122 (#4616) 2024-03-15 19:45:20 +09:00
.github github-actions update actions/checkout and actions/setup-python (#4709) 2024-04-22 12:37:36 +02:00
benchmark [pre-commit.ci] pre-commit autoupdate (#3736) 2024-04-04 09:21:19 +02:00
cpython added tzdata package (#4697) 2024-04-17 17:41:49 +02:00
docs fix: support cmake command mode (#4705) 2024-04-22 12:12:44 +02:00
emsdk fix for exceptions in dynamic linked int64 code (#4698) 2024-04-17 17:36:26 +02:00
packages Bumped python-sat from 1.8.dev10 to 1.8.dev12 (#4702) 2024-04-20 22:48:26 +09:00
pyodide-build fix: support cmake command mode (#4705) 2024-04-22 12:12:44 +02:00
src Bump express from 4.19.1 to 4.19.2 in /src/js (#4638) 2024-04-13 23:56:38 +09:00
tools BLD Add a file holding cross build environment metadata (#4695) 2024-04-20 22:52:37 +09:00
.clang-format chore: update pre-commit hooks (#2209) 2022-02-23 23:58:11 -05:00
.codecov.yml Add codecov configuration (#3067) 2022-09-05 14:30:27 +09:00
.dockerignore Docker image with prebuilt pyodide (#787) 2020-11-08 21:05:38 +01:00
.editorconfig Fix #71: Upgrade to Python 3.7 2018-09-06 10:56:33 -04:00
.gitignore Add CrossBuildEnvManager class for managing xbuildenv (#4640) 2024-04-10 20:49:35 +09:00
.gitpod.yml Upgrade to Python v3.11.3 (#3741) 2023-04-12 17:38:05 +02:00
.pre-commit-config.yaml Placate mypy with type: ignore (#4677) 2024-04-08 18:02:42 +09:00
.prettierignore Rename setup.py in coolprop (#4145) 2023-09-19 20:33:58 +09:00
.readthedocs.yml Remove cython and tomli from pyodide-build dependency (#4528) 2024-02-24 11:05:11 +09:00
CODE-OF-CONDUCT.md MAINT Apply prettier to everything by default (#2095) 2022-01-10 13:47:59 -08:00
Dockerfile Update chrome url in the dockerfile (#4592) 2024-03-12 19:28:33 +09:00
LICENSE Initial commit 2018-02-23 14:21:29 -05:00
Makefile MAINT Improve dist/python_stdlib.zip rule (#4700) 2024-04-16 21:37:57 +02:00
Makefile.envs PKG Add pygame-ce (#4602) 2024-03-29 17:55:21 +09:00
README.md update micropip link [skip ci] (#4542) 2024-02-22 07:42:48 -08:00
codecov.yml Disable codecov annotations in pull requests (#3197) 2022-10-24 09:21:11 +09:00
conftest.py Remove pyodide.runPythonSyncifying (#4547) 2024-02-24 13:12:46 -08:00
environment.yml Remove unused base-64 dependency and base64 Node compat (#4631) 2024-03-23 19:08:18 +09:00
pyodide-cross-build-environments.json BLD Add a file holding cross build environment metadata (#4695) 2024-04-20 22:52:37 +09:00
pyodide_env.sh Replace references to /bin/bash with /usr/bin/env bash (#4478) 2024-02-04 09:54:17 -08:00
pyproject.toml Placate mypy with type: ignore (#4677) 2024-04-08 18:02:42 +09:00
repository-structure.md chore: more pre-commit checking (#2257) 2022-03-07 21:51:20 -08:00
requirements.txt Fix build error on pypa/build >= 1.2.0 (#4653) 2024-03-31 15:31:28 +09:00
run_docker CI Bump chrome version in the docker image to 122 (#4616) 2024-03-15 19:45:20 +09:00

README.md

NPM Latest Release PyPI Latest Release Build Status Documentation Status

Pyodide is a Python distribution for the browser and Node.js based on WebAssembly.

What is Pyodide?

Pyodide is a port of CPython to WebAssembly/Emscripten.

Pyodide makes it possible to install and run Python packages in the browser with micropip. Any pure Python package with a wheel available on PyPi is supported. Many packages with C extensions have also been ported for use with Pyodide. These include many general-purpose packages such as regex, PyYAML, lxml and scientific Python packages including NumPy, pandas, SciPy, Matplotlib, and scikit-learn.

Pyodide comes with a robust Javascript ⟺ Python foreign function interface so that you can freely mix these two languages in your code with minimal friction. This includes full support for error handling, async/await, and much more.

When used inside a browser, Python has full access to the Web APIs.

Try Pyodide (no installation needed)

Try Pyodide in a REPL directly in your browser. For further information, see the documentation.

Getting Started

Pyodide offers three different ways to get started depending on your needs and technical resources. These include:

  • Use a hosted distribution of Pyodide: see the Getting Started documentation.
  • Download a version of Pyodide from the releases page and serve it with a web server.
  • Build Pyodide from source
    • Build natively with make: primarily for Linux users who want to experiment or contribute back to the project.
    • Use a Docker image: recommended for Windows and macOS users and for Linux users who prefer a Debian-based Docker image with the dependencies already installed.

History

Pyodide was created in 2018 by Michael Droettboom at Mozilla as part of the Iodide project. Iodide is an experimental web-based notebook environment for literate scientific computing and communication.

Iodide is no longer maintained. If you want to use Pyodide in an interactive client-side notebook, see Pyodide notebook environments.

Contributing

Please view the contributing guide for tips on filing issues, making changes, and submitting pull requests. Pyodide is an independent and community-driven open-source project. The decision-making process is outlined in the Project governance.

Communication

License

Pyodide uses the Mozilla Public License Version 2.0.