A Python package providing core interpreter functionality for Pyodide
Project description
Pyodide Python package
A Python package providing core interpreter functionality for Pyodide.
This package is an integral part of the Pyodide runtime which cannot start without it. Install in a native Python for type checking or testing purposes. Some of the functionality is missing when imported in a native Python, but for the APIs we either provide reimplementations or nonfunctional type stubs.
License
Pyodide uses the Mozilla Public License Version 2.0.
Design information for Pyodide contributors
This directory consists of two Python packages py/_pyodide and py/pyodide. The difference between these packages is when they are imported. They are both imported by core/pyodide as a part of setting up the Pyodide/javascript foreign function interface.
py/_pyodide is imported as the first step after initializing the CPython interpreter. py/_pyodide cannot have any import time dependencies other than the CPython stdlib.
py/pyodide is imported as the final step of core/pyodide. It has an import time
dependency on _pyodide_core
which is a Python C extension assembled by
core/pyodide to serve the needs of py/pyodide.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file pyodide_py-0.26.4.tar.gz
.
File metadata
- Download URL: pyodide_py-0.26.4.tar.gz
- Upload date:
- Size: 47.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bf61ee668bffde8a21492590a64b195bfb926cc5cd991c117c8473dbe9480f4d |
|
MD5 | ddfab8e20dbe0adc1a2103682fba05ee |
|
BLAKE2b-256 | 86b6610f16380897c001de6f956dc89c9e324585684dda6c7a9822b8c2afba4d |
File details
Details for the file pyodide_py-0.26.4-py3-none-any.whl
.
File metadata
- Download URL: pyodide_py-0.26.4-py3-none-any.whl
- Upload date:
- Size: 52.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a5bc814aba54a25f3292b91de44ff05629c941d5c27483f43d9e85775a6bf158 |
|
MD5 | 9ae2306b9abb5b5c276bb6738b20e086 |
|
BLAKE2b-256 | 2e4a970d2604a72e9d44904533b5438135187aa3b08b8d6fc75e5404cd8a1dd1 |