Metadata-Version: 2.4
Name: fixtureforge
Version: 0.1.0
Summary: AI-powered realistic test data generation
License: MIT
License-File: LICENSE
Keywords: testing,fixtures,test-data,qa,automation
Author: Yaniv Metuku
Requires-Python: >=3.11,<4.0
Classifier: License :: OSI Approved :: MIT License
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: anthropic (>=0.18.0,<0.19.0)
Requires-Dist: click (>=8.1.0,<9.0.0)
Requires-Dist: faker (>=22.0.0,<23.0.0)
Requires-Dist: google-genai (>=1.62.0,<2.0.0)
Requires-Dist: httpx (>=0.28.1,<0.29.0)
Requires-Dist: pydantic (>=2.5.0,<3.0.0)
Requires-Dist: pyyaml (>=6.0,<7.0)
Requires-Dist: rich (>=13.7.0,<14.0.0)
Requires-Dist: sqlalchemy (>=2.0.0,<3.0.0)
Project-URL: Homepage, https://fixtureforge.dev
Project-URL: Repository, https://github.com/Yaniv2809/fixtureforge
Description-Content-Type: text/markdown

# FixtureForge 🛠️

**Generate realistic, AI-powered test data using Google Gemini.**
Stop using "Lorem Ipsum" or "Test User 1". Generate context-aware data for your QA & Development environments.

## 🚀 Features

* **Context-Aware:** Generate "Angry Customers" or "High-Value Orders" using AI.
* **Structured Output:** Exports directly to SQL, JSON, or CSV.
* **Lazy Streaming:** Can generate massive datasets (1GB+) without crashing memory.
* **Smart Relationships:** Automatically links Orders to Customers.

## 📦 Installation

```bash
pip install fixtureforge
