Metadata-Version: 2.4
Name: emotecraft-checker
Version: 0.1.0
Summary: A lightweight terminal validator for Emotecraft animation JSON files.
License: MIT
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# EmoteCraft Checker

A lightweight terminal tool for checking EmoteCraft animation JSON files before testing them in Minecraft.

## Features

- Checks JSON syntax
- Checks required EmoteCraft structure
- Checks animation moves
- Checks tick ordering
- Checks tick configuration
- Checks easing names
- Gives readable terminal errors
- Returns proper exit codes for automation

## Installation

Clone the repository:

```bash
git clone https://github.com/YOUR_USERNAME/EmoteCraft-Checker.git
cd EmoteCraft-Checker
