2021-10-06 07:23:00 +00:00
|
|
|
(packages-in-pyodide)=
|
2022-01-10 21:47:59 +00:00
|
|
|
|
2021-10-06 07:23:00 +00:00
|
|
|
# Packages built in Pyodide
|
|
|
|
|
2022-06-22 03:15:37 +00:00
|
|
|
This is the list of Python packages included with the current version of
|
2023-02-01 19:00:58 +00:00
|
|
|
Pyodide. These packages can be loaded with {js:func}`pyodide.loadPackage` or
|
|
|
|
{py:func}`micropip.install`. See {ref}`loading_packages` for information about
|
2022-06-22 03:15:37 +00:00
|
|
|
loading packages. Pure Python packages with wheels on PyPI can be loaded
|
2023-02-01 19:00:58 +00:00
|
|
|
directly from PyPI with {py:func}`micropip.install`.
|
2021-10-06 07:23:00 +00:00
|
|
|
|
|
|
|
```{eval-rst}
|
|
|
|
.. pyodide-package-list :: packages
|
2022-01-10 21:47:59 +00:00
|
|
|
```
|