Metadata-Version: 2.4
Name: mcward-core
Version: 1.0.0
Summary: 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: httpx>=0.27.0
Requires-Dist: platformdirs>=4.0.0
Requires-Dist: psutil>=7.2.2
Description-Content-Type: text/markdown

# mcward-core

Core library for [Ward](https://github.com/mcbookshelf/ward), a testing framework
for Minecraft datapacks using mcfunction.

This package provides the environment management, server process control, and
test orchestration used by the Ward tooling. Most users want the
[`mcward`](https://pypi.org/project/mcward/) package instead:

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