Metadata-Version: 2.4
Name: gummy-flavor-engine
Version: 1.0.0
Summary: The official flavor selection engine for the Candy Kingdom's Flavor Forge
Project-URL: Homepage, https://github.com/MrToffeeHimself/gummy-flavor-engine
Author-email: "Mr. Toffee" <mr.toffee@king.com>
License: MIT
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.8
Provides-Extra: dev
Requires-Dist: flask==2.0.0; extra == 'dev'
Description-Content-Type: text/markdown

# Gummy Flavor Engine

The official flavor selection engine for the Candy Kingdom's Flavor Forge.

## Installation

```bash
pip install gummy-flavor-engine
```

## Usage

```python
from gummy_flavor_engine import get_flavor

# Select from 6 available candy flavors
flavor_index = get_flavor(6)
```

## How It Works

The Gummy Flavor Engine uses a time-based digit-sum algorithm to select flavors.
Each tick of the candy clock produces a different flavor selection, ensuring
variety across production batches.

## License

MIT
