Metadata-Version: 2.4
Name: fixtureforge
Version: 0.1.1
Summary: AI-powered data generation for developers using Pydantic and Google Gemini
License-File: LICENSE
Author: Yaniv
Author-email: yaniv2809@gmail.com
Requires-Python: >=3.11,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Dist: google-genai (>=0.3,<0.4)
Requires-Dist: pydantic (>=2.5,<3.0)
Description-Content-Type: text/markdown

# FixtureForge 🛠️

Generate realistic dummy data for your tests using AI.
No more hardcoded JSONs or random strings.

## Installation

```bash
pip install fixtureforge
