Metadata-Version: 2.4
Name: pyfake
Version: 0.0.5
Summary: A fake data generator that is pydantic compatible.
Author-email: Pranesh Mukhopadhyay <praneshmukherjee7@gmail.com>
License: MIT
Keywords: pydantic,fake data,data generation,data validation,data modeling
Classifier: Intended Audience :: Information Technology
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python
Classifier: Framework :: Pydantic
Classifier: Framework :: Pydantic :: 2
Classifier: Intended Audience :: Developers
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pydantic>=2.0
Provides-Extra: dev
Requires-Dist: pytest; extra == "dev"
Requires-Dist: black; extra == "dev"
Requires-Dist: ruff; extra == "dev"
Dynamic: license-file

<p align="center">
  <a href="https://github.com/Mukhopadhyay/pyfake"><img src="https://raw.githubusercontent.com/Mukhopadhyay/pyfake/refs/heads/master/docs/assets/logo.png" alt="Pyfake" ></a>
</p>

<p align="center">
<i>A Flexible and Extensible fake data generator based on <strong>Pydantic</strong> models.</i>
</p>

<p align="center">
<a href="https://pypi.org/project/pyfake/" target="_blank">
<img src="https://img.shields.io/pypi/v/pyfake?pypiBaseUrl=https%3A%2F%2Fpypi.org&style=for-the-badge"/></a> <img src="https://img.shields.io/badge/python-3670A0?style=for-the-badge&logo=python&logoColor=ffdd54"/> <img src="https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/pydantic/pydantic/main/docs/badge/v2.json&style=for-the-badge"/>
</p>

<p align="center">
<img src="https://raw.githubusercontent.com/Mukhopadhyay/pyfake/refs/heads/master/docs/assets/coverage.svg"/>
</p>

---

## Installation

```bash
pip install pyfake
```

---
