Metadata-Version: 2.1
Name: sqlsynthgen
Version: 0.3.3
Summary: Synthetic SQL data generator
Home-page: https://github.com/alan-turing-institute/sqlsynthgen
License: MIT
Author: Iain
Author-email: 25081046+Iain-S@users.noreply.github.com
Requires-Python: >=3.9,<3.11
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Topic :: Database
Classifier: Topic :: Utilities
Provides-Extra: docs
Requires-Dist: asyncpg (>=0.27.0,<0.28.0)
Requires-Dist: black (>=23.3.0,<24.0.0)
Requires-Dist: greenlet (>=2.0.2,<3.0.0)
Requires-Dist: jinja2 (>=3.1.2,<4.0.0)
Requires-Dist: jsonschema (>=4.17.3,<5.0.0)
Requires-Dist: mimesis (>=6.1.1,<7.0.0)
Requires-Dist: pandas (>=2,<3)
Requires-Dist: psycopg2-binary (>=2.9.5,<3.0.0)
Requires-Dist: pydantic[dotenv] (>=1.10.2,<2.0.0)
Requires-Dist: pymysql (>=1.1.0,<2.0.0)
Requires-Dist: pyyaml (>=5.0,<6.0)
Requires-Dist: smartnoise-sql (>=1,<2)
Requires-Dist: sphinx-rtd-theme (>=1.2.0,<2.0.0) ; extra == "docs"
Requires-Dist: sphinxcontrib-napoleon (>=0.7,<0.8) ; extra == "docs"
Requires-Dist: sqlacodegen (>=3.0.0rc3,<4.0.0)
Requires-Dist: sqlalchemy (>=2,<3)
Requires-Dist: sqlalchemy-utils (>=0.38.3,<0.39.0)
Requires-Dist: typer (>=0.7.0,<0.8.0)
Project-URL: Documentation, https://sqlsynthgen.readthedocs.io/en/stable/
Description-Content-Type: text/markdown

# sqlsynthgen

[![python](https://img.shields.io/badge/Python-3.9|3.10-3776AB.svg)](https://www.python.org)
[![PyPi version](https://badgen.net/pypi/v/sqlsynthgen/)](https://pypi.org/project/sqlsynthgen)
[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit)](https://github.com/pre-commit/pre-commit)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![Checked with mypy](http://www.mypy-lang.org/static/mypy_badge.svg)](http://mypy-lang.org/)

Synthetic data for SQL databases

## Documentation

Welcome to `sqlsynthgen`.
Our full documentation is available on <https://sqlsynthgen.readthedocs.io/>.

## Development

Please check the [CONTRIBUTING.md](CONTRIBUTING.md) file.

