Metadata-Version: 2.1
Name: S3RecipeHandler
Version: 1.0.3
Summary: A Custom Skate 3 Recipe File Library
Home-page: https://github.com/l-S4M-l/S3RecipeHandler
Author: S4M
License: GPLv3
Project-URL: Homepage, https://github.com/l-S4M-l/S3RecipeHandler
Project-URL: Bug Tracker, https://github.com/l-S4M-l/S3RecipeHandler/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE.txt

# 🛹 Skate 3 Recipe File Library

This library provides tools to **serialize and deserialize Skate 3 Recipes**, which the game uses to define and construct skater data. These files contain everything needed to recreate a skater, from appearance to gear.

Whether you're analyzing skater data or building your own skater profiles, this library gives you full control over the binary format used by Skate 3.

---

## 📦 Features

- 🔍 **Read** and parse recipe bytes into usable structured data.
- ✍️ **serialize** the recipe back into bytes for easy injection or saving.
- ⚙️ Supports known structure fields (appearance, gear, etc.)
- 🧪 Designed for modding, analysis, and custom content pipelines.

---

## Credits

- S4M (Lead Developer)
- Wispp (Original C# Code and reversing Skates recipe format)

## 🧰 Installation

```bash
pip install S3-Recipe-Handler
```
