Metadata-Version: 2.4
Name: mcward-beet
Version: 1.0.0
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
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]
```
