Metadata-Version: 2.1
Name: sqlsynthgen
Version: 0.3.0
Summary: 
License: MIT
Author: Iain
Author-email: 25081046+Iain-S@users.noreply.github.com
Requires-Python: >=3.9,<3.11
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
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: 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 (>=0.2.11,<0.3.0)
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.0rc1)
Requires-Dist: sqlalchemy-utils (>=0.38.3,<0.39.0)
Requires-Dist: sqlalchemy[asyncio] (>=1.4,<2.0)
Requires-Dist: typer (>=0.7.0,<0.8.0)
Description-Content-Type: text/markdown

# sqlsynthgen

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 file](CONTRIBUTING.md) .

