Metadata-Version: 2.1
Name: pyodide-cli
Version: 0.2.0
Summary: "The command line interface for the Pyodide project"
Home-page: https://github.com/pyodide/pyodide
Author: Pyodide developers
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

# pyodide-cli

[![PyPI Latest Release](https://img.shields.io/pypi/v/pyodide-cli.svg)](https://pypi.org/project/pyodide-cli/)
![GHA](https://github.com/pyodide/pyodide-cli/actions/workflows/main.yml/badge.svg)
[![codecov](https://codecov.io/gh/pyodide/pyodide-cli/branch/main/graph/badge.svg)](https://codecov.io/gh/pyodide/pyodide-cli)

The command line interface for the Pyodide project.

In most cases, you do not need to install this package directly, and it would be installed as
a dependency of other packages in the ecosystem (e.g. pyodide-build).

## Installation

```
pip install pyodide-cli
```

## Usage

To get a list of available CLI commands,
```
pyodide --help
```

## License

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