Metadata-Version: 2.1
Name: sqlpygen
Version: 0.0.2
Summary: Generate type annotated python code from annotated SQL
Home-page: http://github.com/parantapa/sqlpygen
Author: Parantapa Bhattacharya
Author-email: pb+pypi@parantapa.net
License: MIT
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.9
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX :: Linux
Requires-Python: >=3.9
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


