Collections of package recipes for Pyodide
Note: Use Python 3.12 or upper to run the following commands.
To add a new package, create a package recipe in the packages
directory.
You can start by creating a boilerplate recipe with the following command:
$ pip install pyodide-build
$ pyodide skeleton pypi <package-name>
This will create a new directory in the packages/
directory with the package name.
You can then edit the meta.yaml
file in the package directory to add build scripts
and other metadata including the dependencies.
See the Pyodide documentation for more information on creating package recipes.
See MAINTAINERS.md for information on how to maintain this repository.