Metadata-Version: 2.1
Name: django-channels-graphql-ws
Version: 0.1.18
Summary: Django Channels based WebSocket GraphQL server with Graphene-like subscriptions
Home-page: https://github.com/datadvance/DjangoChannelsGraphqlWs
Author: Alexander A. Prokhorov
Author-email: alexander.prokhorov@datadvance.net
Requires-Python: >=3.7.0,<4.0.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Requires-Dist: aiohttp
Requires-Dist: asgiref
Requires-Dist: channels
Requires-Dist: django
Requires-Dist: graphene
Requires-Dist: graphene_django
Requires-Dist: graphql-core
Requires-Dist: msgpack
Requires-Dist: rx
Project-URL: Repository, https://github.com/datadvance/DjangoChannelsGraphqlWs
