Skip to content

ryanking13/pyodide-recipes

 
 

Repository files navigation

pyodide-recipes-mirror

Collections of package recipes for Pyodide

Adding a new package

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.

Maintainer information

See MAINTAINERS.md for information on how to maintain this repository.

About

Collections of package recipes for Pyodide

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 82.2%
  • C 12.1%
  • CMake 2.4%
  • C++ 1.1%
  • Makefile 0.8%
  • JavaScript 0.7%
  • Other 0.7%