Metadata-Version: 2.1
Name: intelligent-data-generator
Version: 1.2.0
Summary: A Python package for generating semantically and syntactically correct data for RDBMS.
Home-page: https://github.com/Kamil-Krawiec/Data-filler.git
Author: Kamil Krawiec
Author-email: kamil.krawiec9977@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE

# Intelligent Data Generator

![PyPI Version](https://img.shields.io/pypi/v/intelligent-data-generator?color=blue&label=PyPI)
![License](https://img.shields.io/github/license/Kamil-Krawiec/Data-filler)
![Build Status](https://img.shields.io/github/actions/workflow/status/Kamil-Krawiec/Data-filler/.github/workflows/python-package.yml?branch=master)

**Intelligent Data Generator** is a robust tool designed to automate the creation and management of synthetic data tailored to your database schemas.

## Documentation

For comprehensive documentation, please visit our [Read the Docs page](https://data-filler.readthedocs.io/en/docs/index.html).

## Installation

Install the package via pip:

```bash
pip install intelligent-data-generator
