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
|
|
|
|
|
|
|
|
The list of prebuilt Python packages in the current version of Pyodide.
|
|
|
|
These packages can be loaded through {any}`pyodide.loadPackage` or {any}`micropip.install`.
|
|
|
|
See {ref}`loading_packages` for information about loading packages.
|
|
|
|
Note that in addition to this list, pure Python packages with wheels can be loaded
|
|
|
|
directly from PyPI with {any}`micropip.install`.
|
|
|
|
|
|
|
|
```{eval-rst}
|
|
|
|
.. pyodide-package-list :: packages
|
2022-01-10 21:47:59 +00:00
|
|
|
```
|