Metadata-Version: 2.4
Name: pyodide-build
Version: 0.34.1
Summary: "Tools for building Pyodide"
Project-URL: Homepage, https://github.com/pyodide/pyodide-build
Project-URL: Bug Tracker, https://github.com/pyodide/pyodide-build/issues
Project-URL: Documentation, https://pyodide.org/en/stable/
Author: Pyodide developers
License: MPL-2.0
License-File: LICENSE
Classifier: License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.12
Requires-Dist: auditwheel-emscripten~=0.2.0
Requires-Dist: build~=1.4.0
Requires-Dist: click
Requires-Dist: packaging
Requires-Dist: platformdirs
Requires-Dist: pydantic<3,>=2
Requires-Dist: pyodide-cli>=0.4.1
Requires-Dist: pyodide-lock~=0.1.0
Requires-Dist: requests
Requires-Dist: rich
Requires-Dist: ruamel-yaml
Requires-Dist: virtualenv
Requires-Dist: wheel
Provides-Extra: resolve
Requires-Dist: resolvelib; extra == 'resolve'
Requires-Dist: unearth~=0.6; extra == 'resolve'
Provides-Extra: uv
Requires-Dist: build[uv]~=1.4.0; extra == 'uv'
Description-Content-Type: text/markdown

# pyodide-build

Tools for building packages for use with Pyodide. You may be interested in using
this with [cibuildwheel](https://github.com/pypa/cibuildwheel)

See [http://github.com/pyodide/pyodide](https://github.com/pyodide/pyodide) for
more information about the Pyodide project.

## License

Pyodide uses the
[Mozilla Public License Version 2.0](https://choosealicense.com/licenses/mpl-2.0/).
