37 lines
1.3 KiB
Plaintext
37 lines
1.3 KiB
Plaintext
![]() |
Metadata-Version: 2.1
|
||
|
Name: channels
|
||
|
Version: 3.0.4
|
||
|
Summary: Brings async, event-driven capabilities to Django. Django 2.2 and up only.
|
||
|
Home-page: http://github.com/django/channels
|
||
|
Author: Django Software Foundation
|
||
|
Author-email: foundation@djangoproject.com
|
||
|
License: BSD
|
||
|
Platform: UNKNOWN
|
||
|
Classifier: Development Status :: 5 - Production/Stable
|
||
|
Classifier: Environment :: Web Environment
|
||
|
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.6
|
||
|
Classifier: Programming Language :: Python :: 3.7
|
||
|
Classifier: Programming Language :: Python :: 3.8
|
||
|
Classifier: Programming Language :: Python :: 3.9
|
||
|
Classifier: Framework :: Django
|
||
|
Classifier: Topic :: Internet :: WWW/HTTP
|
||
|
Requires-Python: >=3.6
|
||
|
Requires-Dist: Django (>=2.2)
|
||
|
Requires-Dist: asgiref (<4,>=3.3.1)
|
||
|
Requires-Dist: daphne (<4,>=3.0)
|
||
|
Provides-Extra: tests
|
||
|
Requires-Dist: pytest ; extra == 'tests'
|
||
|
Requires-Dist: pytest-django ; extra == 'tests'
|
||
|
Requires-Dist: pytest-asyncio ; extra == 'tests'
|
||
|
Requires-Dist: async-timeout ; extra == 'tests'
|
||
|
Requires-Dist: coverage (~=4.5) ; extra == 'tests'
|
||
|
|
||
|
UNKNOWN
|
||
|
|
||
|
|