Pyodide is a Python distribution for the browser and Node.js based on WebAssembly
Go to file
YISH cdc5e9ec6a Automatic detection using podman 2024-08-14 18:20:24 +08:00
.circleci Unvendor pyodide-build (#4882) 2024-07-26 23:51:57 +09:00
.devcontainer Unvendor pyodide-build (#4882) 2024-07-26 23:51:57 +09:00
.github CI Skip ci when updating the cross build metadata file (#4972) 2024-07-29 20:41:15 +09:00
benchmark [pre-commit.ci] pre-commit autoupdate (#3736) 2024-04-04 09:21:19 +02:00
cpython PERF Optimize away temporary when making method calls on JsProxy (#4963) 2024-07-28 12:59:17 +02:00
docs Upgrade scikit-image to 0.24.0 (#5003) 2024-08-12 17:08:09 +02:00
emsdk Load shared libraries locally (#4876) 2024-07-30 20:05:25 +09:00
packages Upgrade scikit-image to 0.24.0 (#5003) 2024-08-12 17:08:09 +02:00
src BLD Split src/js/esbuild.config.mjs into multiple files (#5006) 2024-08-14 11:00:27 +02:00
tools Remove third-party libraries from cross-build env (#4995) 2024-08-10 22:58:07 +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
.editorconfig
.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 Update pre-commit and fix new issues (#4975) 2024-08-01 10:52:39 +02:00
.prettierignore Rename setup.py in coolprop (#4145) 2023-09-19 20:33:58 +09:00
.readthedocs.yml Switch version to 0.27 development 2024-05-27 11:27:46 -07:00
CODE-OF-CONDUCT.md MAINT Apply prettier to everything by default (#2095) 2022-01-10 13:47:59 -08:00
Dockerfile Unvendor pyodide-build (#4882) 2024-07-26 23:51:57 +09:00
LICENSE
Makefile BLD Split src/js/esbuild.config.mjs into multiple files (#5006) 2024-08-14 11:00:27 +02:00
Makefile.envs Unvendor pyodide-build (#4882) 2024-07-26 23:51:57 +09:00
README.md DOC replace Gitter links with discord (#4930) 2024-07-15 16:27:12 +09:00
codecov.yml Disable codecov annotations in pull requests (#3197) 2022-10-24 09:21:11 +09:00
conftest.py PERF Optimize away temporary when making method calls on JsProxy (#4963) 2024-07-28 12:59:17 +02:00
environment.yml Pin Node.js version in conda env and fix mypy tests (#4955) 2024-07-21 18:15:39 +09:00
pyodide-cross-build-environments.json Update cross-build metadata file for version 0.26.2 (#4971) 2024-07-29 18:59:09 +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 Update pre-commit and fix new issues (#4975) 2024-08-01 10:52:39 +02:00
repository-structure.md chore: more pre-commit checking (#2257) 2022-03-07 21:51:20 -08:00
requirements-deploy.txt Remove deploy dependencies from pyodide-build's pyproject.toml (#4752) 2024-05-25 10:32:38 +09:00
requirements.txt Bump pytest-pyodide with global config manager (#4956) 2024-07-25 19:27:05 +09:00
run_docker Automatic detection using podman 2024-08-14 18:20:24 +08: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.