Metadata-Version: 2.4
Name: cloudkitchen-lib
Version: 0.1.0
Summary: Inventory helpers for CloudKitchen: parse ingredients, check availability, compute production capacity
License: MIT
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# cloudkitchen-lib

Utility library for CloudKitchen to parse recipe ingredient definitions and compute inventory availability and production capacity.

## Features
- parse ingredient strings (e.g. `"bread:1,cheese:2"`) into dict
- check recipe availability against inventory
- compute how many dishes can be produced
- plan consumption and deduct inventory

## Install (dev)
From the repository root:
```bash
pip install -e .
