Metadata-Version: 2.5
Name: mcward-beet
Version: 1.2.1
Summary: Beet plugin 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: beet>=0.116.0
Requires-Dist: mcward-cli
Requires-Dist: mcward-core
Provides-Extra: mecha
Requires-Dist: mecha>=0.104.1; extra == 'mecha'
Description-Content-Type: text/markdown

# mcward-beet

[Beet](https://github.com/mcbeet/beet) integration for
[Ward](https://github.com/mcbookshelf/ward), a testing framework for Minecraft
datapacks using mcfunction.

Provides the `mcward.beet.plugin` plugin that ships `test/` functions with
your built pack, and the `beet test` command that builds the current project
and runs its tests. Most users want the [`mcward`](https://pypi.org/project/mcward/) package
instead:

```
uv add mcward[beet]
```
