Metadata-Version: 2.1
Name: pyodide-build
Version: 0.23.2
Summary: "Tools for building Pyodide"
Home-page: https://github.com/pyodide/pyodide
Author: Pyodide developers
License: MPL-2.0
Project-URL: Bug Tracker, https://github.com/pyodide/pyodide/issues
Project-URL: Documentation, https://pyodide.org/en/stable/
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pyyaml
Requires-Dist: cython (<3.0)
Requires-Dist: ruamel.yaml
Requires-Dist: packaging
Requires-Dist: wheel
Requires-Dist: tomli
Requires-Dist: build (==0.7.0)
Requires-Dist: virtualenv
Requires-Dist: pydantic (>=1.10.2)
Requires-Dist: pyodide-cli (~=0.2.1)
Requires-Dist: cmake (>=3.24)
Requires-Dist: unearth (~=0.6)
Requires-Dist: requests
Requires-Dist: types-requests
Requires-Dist: typer
Requires-Dist: auditwheel-emscripten (~=0.0.9)
Requires-Dist: resolvelib
Requires-Dist: rich
Requires-Dist: loky
Provides-Extra: deploy
Requires-Dist: boto3 ; extra == 'deploy'
Requires-Dist: moto ; extra == 'deploy'
Provides-Extra: test
Requires-Dist: pytest ; extra == 'test'
Requires-Dist: pytest-pyodide (==0.23.2) ; extra == 'test'

# pyodide-build

Tools for building Pyodide.

See [http://github.com/pyodide/pyodide](http://github.com/pyodide/pyodide) for
more information.

## License

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