Metadata-Version: 2.1
Name: feezfuzz
Version: 0.1.2.1
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

```
python -m pip install feezfuzz
cd /your/path/to/Zanzarah/Data/
python -m feezfuzz
```

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

Be aware that the currently available scripts are WIP.

## 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).
