Metadata-Version: 2.1
Name: typed-graphql
Version: 0.24.0
Summary: Use types to have a simpler graphql implementation
License: BSD-3-Clause
Author: Willem Thiart
Author-email: himself@willemthiart.com
Requires-Python: >=3.8,<4.0
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: docstring-parser (>=0.14.1,<0.15.0)
Requires-Dist: graphql-core (==3.2.1)
Requires-Dist: pytypes (>=1.0b10,<2.0)
Requires-Dist: typing-inspect (>=0.7.1,<0.8.0)
