This commit is contained in:
2024-12-17 14:36:15 -08:00
parent b2dbf46d28
commit 06d106de53
17731 changed files with 3037186 additions and 144 deletions

View File

@@ -0,0 +1,27 @@
Copyright (c) Django Software Foundation and individual contributors.
All rights reserved.
Redistribution and use in source and binary forms, with or without modification,
are permitted provided that the following conditions are met:
1. Redistributions of source code must retain the above copyright notice,
this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
3. Neither the name of Django nor the names of its contributors may be used
to endorse or promote products derived from this software without
specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

View File

@@ -0,0 +1,36 @@
Metadata-Version: 2.1
Name: channels
Version: 3.0.5
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.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Framework :: Django
Classifier: Topic :: Internet :: WWW/HTTP
Requires-Python: >=3.7
License-File: LICENSE
Requires-Dist: Django (>=2.2)
Requires-Dist: asgiref (<4,>=3.5.0)
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

View File

@@ -0,0 +1,65 @@
channels-3.0.5.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4
channels-3.0.5.dist-info/LICENSE,sha256=uEZBXRtRTpwd_xSiLeuQbXlLxUbKYSn5UKGM0JHipmk,1552
channels-3.0.5.dist-info/METADATA,sha256=W4HJSJA0ssCfRMVHUv4zzYX1zOj_jVD-3mLLTsl2plY,1310
channels-3.0.5.dist-info/RECORD,,
channels-3.0.5.dist-info/REQUESTED,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
channels-3.0.5.dist-info/WHEEL,sha256=G16H4A3IeoQmnOrYV4ueZGKSjhipXx8zc8nu9FGlvMA,92
channels-3.0.5.dist-info/top_level.txt,sha256=5-YaD2ZIFwhfgn0xikDTCwaofGY9Tg_HVyZkw2ocUnA,9
channels/__init__.py,sha256=_XHjoKCURCZaN90AhCS941FQKiM2_U66qW7Z6jmYRBI,211
channels/__pycache__/__init__.cpython-312.pyc,,
channels/__pycache__/apps.cpython-312.pyc,,
channels/__pycache__/auth.cpython-312.pyc,,
channels/__pycache__/consumer.cpython-312.pyc,,
channels/__pycache__/db.cpython-312.pyc,,
channels/__pycache__/exceptions.cpython-312.pyc,,
channels/__pycache__/hacks.cpython-312.pyc,,
channels/__pycache__/http.cpython-312.pyc,,
channels/__pycache__/layers.cpython-312.pyc,,
channels/__pycache__/middleware.cpython-312.pyc,,
channels/__pycache__/routing.cpython-312.pyc,,
channels/__pycache__/sessions.cpython-312.pyc,,
channels/__pycache__/signals.cpython-312.pyc,,
channels/__pycache__/staticfiles.cpython-312.pyc,,
channels/__pycache__/utils.cpython-312.pyc,,
channels/__pycache__/worker.cpython-312.pyc,,
channels/apps.py,sha256=ZYkJ6LOSl2zqt2C6rzlxv8FzbCDoQkPDIdh2JbUKAww,500
channels/auth.py,sha256=1PdA1_FP9fOx1WLcJrIJKDhZA9J2wAXMYDmO3bJUlxM,6547
channels/consumer.py,sha256=_I7_mson7Ncyv-NGa1VOi8X95uIp9vgWbMpHbG8Pf_Y,4316
channels/db.py,sha256=ydC3ph-l7urfVdpatHqljRtA9kfECs1e9duKz8aATE8,562
channels/exceptions.py,sha256=-AJy2YuE4geaucjGDo59ZA78a-m5ZMJNOUS_QVzSASo,1119
channels/generic/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
channels/generic/__pycache__/__init__.cpython-312.pyc,,
channels/generic/__pycache__/http.cpython-312.pyc,,
channels/generic/__pycache__/websocket.cpython-312.pyc,,
channels/generic/http.py,sha256=5pCyfkFellIiLDLeSoH3qCZ28NG3NLLjZYMlrN9dn7I,3089
channels/generic/websocket.py,sha256=1hB_6be6twz-8N1rL8aOpASFKYNfH7fh_6qBj1e_qjI,8563
channels/hacks.py,sha256=pmwskya4st4hYXnB4lFKUMQDYonw6HP5e0_id8IVd6U,468
channels/http.py,sha256=AgnSzYPRxJnMKtshU8gvWLmbGRt6WXo5vOo9sbw4L4U,14091
channels/layers.py,sha256=eWlReax174HI6k0YcT7AXdfnXDow_FnoxbGS8rO4_qg,12048
channels/management/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
channels/management/__pycache__/__init__.cpython-312.pyc,,
channels/management/commands/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
channels/management/commands/__pycache__/__init__.cpython-312.pyc,,
channels/management/commands/__pycache__/runserver.cpython-312.pyc,,
channels/management/commands/__pycache__/runworker.cpython-312.pyc,,
channels/management/commands/runserver.py,sha256=yrIeyPOxEPo0t4dHS1eNWKYsZkVZ7E0KNZP0_S5gE6s,7139
channels/management/commands/runworker.py,sha256=jxrR0_x0mdG7rlRV4cNtuWB6ZylzSeBkyiEGZt72lV4,1594
channels/middleware.py,sha256=vZk_fjJb3BLnRm_3qiigS2EkBb9S_gUMsSWtEEAOyf8,858
channels/routing.py,sha256=N--t68B2uQ1BvMSTxyoJ-WDWloyS7Hc7QroXAG-LpmA,7031
channels/security/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
channels/security/__pycache__/__init__.cpython-312.pyc,,
channels/security/__pycache__/websocket.cpython-312.pyc,,
channels/security/websocket.py,sha256=zZ3nfhrXqYK5WbPRaIesA431_5JW-NwbKezQo_AvMnI,5800
channels/sessions.py,sha256=RQ9XFmYZb7Sm8SEG2zmf9Asyuml85VxCRJajc5TW5_g,10062
channels/signals.py,sha256=LtGo92Vc_f4E8g8KY5D0vCHu3KU8UbpRo3QgfxSIZmQ,244
channels/staticfiles.py,sha256=cYYff4Q06GAZPkvUzCLIhuLBafOspnVeYqvbAS4WeDs,2778
channels/testing/__init__.py,sha256=4Gv--eDMF5__J4ESnf4JLPxeYn_1I9tPV1x0GJUL_98,343
channels/testing/__pycache__/__init__.cpython-312.pyc,,
channels/testing/__pycache__/http.cpython-312.pyc,,
channels/testing/__pycache__/live.cpython-312.pyc,,
channels/testing/__pycache__/websocket.cpython-312.pyc,,
channels/testing/http.py,sha256=9XR-hXcWvx_BmXFwetEp7jez9yf7daS1LbWWtSP_r5s,2043
channels/testing/live.py,sha256=CBnOdQ4UelqSSS5TFYDRXC-jt2tAytMjD5N5FEN07_c,2316
channels/testing/websocket.py,sha256=d6YAJhLCwEL6n-u_LEEFzwjZl_xA5PaQd8G0tydCTfk,3901
channels/utils.py,sha256=_bT5fyzEMNMW080FjgUA9t-EkQUlg174kCo88JiTvAE,2176
channels/worker.py,sha256=6z_R8hUqlD9bz2vNHi1NCgZyxLMNzU_0t6tF-APk7yI,1687

View File

@@ -0,0 +1,5 @@
Wheel-Version: 1.0
Generator: bdist_wheel (0.37.1)
Root-Is-Purelib: true
Tag: py3-none-any

View File

@@ -0,0 +1 @@
channels