Metadata-Version: 2.1
Name: sqlpygen
Version: 0.0.8
Summary: Generate type annotated python code from annotated SQL
Author-email: Parantapa Bhattacharya <pb+pypi@parantapa.net>
Project-URL: Homepage, http://github.com/parantapa/sqlpygen
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/x-rst
License-File: LICENSE

SqlPyGen: Generated Type Annotated Python from Annotated SQL
============================================================

sqlpygen is a utility to generate
type annotated Python code from annotated SQL.
This is in part motivated by sqlc_ project.

The current version of the tool only supports
generating code for SQLite3.

Please check the ``examples`` directroy
for examples of code generated by the utility.

.. _sqlc: https://github.com/kyleconroy/sqlc
