Metadata-Version: 2.1
Name: sqlalchemy2strawberry
Version: 0.0.1
Summary: A simple tool to convert SQLAlchemy models to Strawberry types
Home-page: https://github.com/bichanna/sqlalchemy2strawberry
License: MIT
Keywords: convert,sqlalchemy,strawberry,graphql
Author: bichanna
Author-email: nobu.bichanna@gmail.com
Requires-Python: >=3.7,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: SQLAlchemy (>=1.3.16,<2.0.0)
Requires-Dist: pydantic (>=1.5.1,<2.0.0)
Requires-Dist: pydantic-sqlalchemy (>=0.0.9,<0.0.10)
Requires-Dist: strawberry-graphql (>=0.116.4,<0.117.0)
Project-URL: Repository, https://github.com/bichanna/sqlalchemy2strawberry
Description-Content-Type: text/markdown

# sqlalchemy2strawberry
A simple tool to convert SQLAlchemy models to Strawberry types

