Metadata-Version: 2.4
Name: mcward-cli
Version: 1.0.0
Summary: Command-line interface for Ward - A testing framework for Minecraft datapacks using mcfunction.
Author-email: Aksiome <54895777+aksiome@users.noreply.github.com>
License: MPL-2.0
Requires-Python: >=3.14
Requires-Dist: click>=8.4.0
Requires-Dist: mcward-core
Requires-Dist: questionary>=2.1.1
Requires-Dist: rich-click>=1.8.0
Requires-Dist: rich>=15.0.0
Description-Content-Type: text/markdown

# mcward-cli

Command-line interface for [Ward](https://github.com/mcbookshelf/ward), a testing
framework for Minecraft datapacks using mcfunction.

Provides the `mcward` command: install and manage test server versions, run
datapack tests with a live display, and control the Ward daemon. Most users
want the [`mcward`](https://pypi.org/project/mcward/) package instead:

```
uv add mcward[cli]
```
