Metadata-Version: 2.1
Name: feezfuzz
Version: 0.1.0
Summary: A WIP parser for Zanzarah's Data files.
Author-Email: AcipenserSturio <AcipenserSturio@users.noreply.github.com>
License: MIT
Requires-Python: >=3.10
Requires-Dist: tomli>=2.0.1
Requires-Dist: tomli-w>=1.0.0
Description-Content-Type: text/markdown

# Feezfuzz

## Overview

**Feezfuzz** is a parser for .fbs files for Zanzarah. The ultimate goal is streamlining modding Data files as much as possible.

## Prerequisites

* Python 3.10 (lower versions might work, but are not tested)

## Usage

Currently available scripts are work in progress - they may be clunky to use.

```
python -m pip install pdm
python -m pdm install
python -m pdm run build
```

Make sure to change the path to Zanzarah folder to whatever your path is.

## License

Feezfuzz is licensed under the MIT license.

Implemented based on [documentation from ZZdocs](https://github.com/helco/zzdocs/) and studying an [MIT-licensed parser from zzio](https://github.com/helco/zzio).
