Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions Package/packages-in-pyodide.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
(packages-in-pyodide)=

# Packages built in Pyodide

This is the list of Python packages included with the current version of
Pyodide. These packages can be loaded with {js:func}`pyodide.loadPackage` or
{py:func}`micropip.install`. See {ref}`loading_packages` for information about
loading packages. Pure Python packages with wheels on PyPI can be loaded
directly from PyPI with {py:func}`micropip.install`.

```{eval-rst}
.. pyodide-package-list :: packages
```
Loading