Metadata-Version: 2.1
Name: autogqla
Version: 0.1.0
Summary: Automatically builds a graphene graphql schema from SQLAlchemy models
License: MIT
Author: Shady Rafehi
Author-email: shadyrafehi@gmail.com
Requires-Python: >=3.7,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Dist: graphene (>=2.1,<3.0)
Requires-Dist: sqlalchemy (>=1.3,<2.0)
