Metadata-Version: 2.1
Name: typegql
Version: 0.1.2
Summary: A Python GraphQL library that makes use of type hinting and concurrency support with the new async/await syntax.
Home-page: UNKNOWN
License: MIT
Author: Ciprian Tarta
Author-email: ciprian@cipriantarta.ro
Requires-Python: >=3.7,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Requires-Dist: graphql-core-next (>=1.0,<2.0)
Requires-Dist: uvloop (>=0.11.2,<0.12.0)
