Metadata-Version: 2.0
Name: channels
Version: 2.0.1
Summary: Brings async, event-driven capabilities to Django. Django 1.11 and up only.
Home-page: http://github.com/django/channels
Author: Django Software Foundation
Author-email: foundation@djangoproject.com
License: BSD
Description-Content-Type: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Internet :: WWW/HTTP
Requires-Dist: Django (>=1.11)
Requires-Dist: asgiref (~=2.1)
Requires-Dist: daphne (~=2.0)
Provides-Extra: tests
Requires-Dist: pytest (~=3.3); extra == 'tests'
Requires-Dist: pytest-django (~=3.1); extra == 'tests'
Requires-Dist: pytest-asyncio (~=0.8); extra == 'tests'
Requires-Dist: coverage (~=4.4); extra == 'tests'

UNKNOWN


