Metadata-Version: 2.1
Name: django-channels-graphql-ws
Version: 0.7.0
Summary: Django Channels based WebSocket GraphQL server with Graphene-like subscriptions
Home-page: https://github.com/datadvance/DjangoChannelsGraphqlWs
License: MIT
Author: Alexander A. Prokhorov
Author-email: alexander.prokhorov@datadvance.net
Requires-Python: >=3.6.0,<4.0.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Dist: aiohttp (>=3.5,<4.0)
Requires-Dist: asgiref (>=3.2,<4.0)
Requires-Dist: channels (>=2.2,<3.0)
Requires-Dist: dataclasses (>=0.7,<0.8); python_version >= "3.6" and python_version < "3.7"
Requires-Dist: django (>=2.2,<4)
Requires-Dist: graphene (>=2.1,<3.0)
Requires-Dist: graphql-core (>=2.2)
Requires-Dist: msgpack (>=0.6.1,<2)
Project-URL: Repository, https://github.com/datadvance/DjangoChannelsGraphqlWs
