python 3 migration

This commit is contained in:
manuel83
2019-08-19 22:51:08 +02:00
parent 63f9f5468b
commit 996bc54768
1363 changed files with 351010 additions and 62 deletions
@@ -0,0 +1,20 @@
The MIT License (MIT)
Copyright (c) 2015 Miguel Grinberg
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
the Software, and to permit persons to whom the Software is furnished to do so,
subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
@@ -0,0 +1,50 @@
Metadata-Version: 2.1
Name: python-engineio
Version: 3.9.3
Summary: Engine.IO server
Home-page: http://github.com/miguelgrinberg/python-engineio/
Author: Miguel Grinberg
Author-email: miguelgrinberg50@gmail.com
License: MIT
Platform: any
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: six (>=1.9.0)
Provides-Extra: asyncio_client
Requires-Dist: aiohttp (>=3.4) ; extra == 'asyncio_client'
Requires-Dist: websockets (>=7.0) ; extra == 'asyncio_client'
Provides-Extra: client
Requires-Dist: requests (>=2.21.0) ; extra == 'client'
Requires-Dist: websocket-client (>=0.54.0) ; extra == 'client'
python-engineio
===============
.. image:: https://travis-ci.org/miguelgrinberg/python-engineio.svg?branch=master
:target: https://travis-ci.org/miguelgrinberg/python-engineio
Python implementation of the `Engine.IO`_ realtime client and server.
Resources
---------
- `Documentation`_
- `PyPI`_
- `Change Log`_
- Questions? See the `questions`_ others have asked on Stack Overflow, or `ask`_ your own question.
.. _Engine.IO: https://github.com/socketio/engine.io
.. _Documentation: https://python-engineio.readthedocs.io/en/latest/
.. _PyPI: https://pypi.python.org/pypi/python-engineio
.. _Change Log: https://github.com/miguelgrinberg/python-engineio/blob/master/CHANGES.md
.. _questions: https://stackoverflow.com/questions/tagged/python-socketio
.. _ask: https://stackoverflow.com/questions/ask?tags=python+python-socketio
@@ -0,0 +1,122 @@
engineio/__init__.py,sha256=ZLZNQoKZM-Eta0679OXg0kejYl50eZ09M6m8t8GsXp8,786
engineio/async_aiohttp.py,sha256=6s9YFxW8ncAAlHJfvzaPTf0oGBJ61N5vzAJ2mrEwh2k,3824
engineio/async_asgi.py,sha256=jvR_j3xToXJdOrU10VkwTRbBbltxSEdbZlTc2blvvdw,8426
engineio/async_eventlet.py,sha256=VncByIejG9w1Yq5xXvrKWCXeWLMijS0y4Qskr-S-FZ0,1023
engineio/async_gevent.py,sha256=A_2cvNtktrVmYNz3KWgGmT52hxTn6uRgP39PeI_F6Tc,1869
engineio/async_gevent_uwsgi.py,sha256=RGwq6ar95JDCmEbaKGJEZZmGUofukH6G5UCgwO1vJpU,5469
engineio/async_sanic.py,sha256=DSB82jLZpZBhEudwNh1m05N8enbCmevbqR3RRoU8olc,4406
engineio/async_threading.py,sha256=RwdgOVRieguNyK25hdxOaaSybIUxROexeBwDmi1KxvE,408
engineio/async_tornado.py,sha256=zJubyhPrJHdEp7_MVkEQdScr89mjr6Y8IySs7K1Pcg8,4645
engineio/asyncio_client.py,sha256=wn9ZCYyGZ55ofDUO5y7H8lh65KwZC5Z_yj73-ywBsRQ,23611
engineio/asyncio_server.py,sha256=s9y8lZcxfKGyQRQsxda1TzcLEmqp-6bNngu-oBnDxEg,20145
engineio/asyncio_socket.py,sha256=b2rUJyrqwLekihnmIDEwtilrZEG3V9xCityJJ8DAH5A,9596
engineio/client.py,sha256=17tOqa3hTM-FZy_G3JduK4CSEYLsViCp3yb4V28U_qQ,25844
engineio/exceptions.py,sha256=FyuMb5qhX9CUYP3fEoe1m-faU96ApdQTSbblaaoo8LA,292
engineio/middleware.py,sha256=n8GQMkva4EmgBB1Bcm6W-sgYg9ADkGU_Wrfd03dS1qI,3788
engineio/packet.py,sha256=2_vXHP7YbY3XP8OizlADSRLmwpoMJfQiWffC_Nc-gis,3506
engineio/payload.py,sha256=keDS6FwaO8c-Hyjh4ATdyFvc9V5k3o0yz4YhGEeU32Q,3363
engineio/server.py,sha256=rdNv5v-BbnEZCtkVtEF7e-7YQFH_6hsYzHrhHvrIuVk,28109
engineio/socket.py,sha256=1-QaVrzQ29IVkaYdaPhsdbszfGIF40CrUHnAqze0sfA,9752
engineio/static_files.py,sha256=LDhgJhsjJxsMSdOEZJmu_sq7t9geYk4ij5W_XwRJpAA,1851
engineio/async_drivers/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
engineio/async_drivers/aiohttp.py,sha256=ckLm9IrHxzD7rjNdSelmLkI8nghcKM96iNH2TOJ1LVU,3777
engineio/async_drivers/asgi.py,sha256=CYsyOrT_Z63ThY9PcnHYVfLmdxf0O_HuU1xTE8zLJ_Y,8010
engineio/async_drivers/eventlet.py,sha256=rzndk316vSWrioXe7Aj-0artwnoDiQcRf5VoLDuPzEc,981
engineio/async_drivers/gevent.py,sha256=4V4oUbHMFEtn13Pf9ZDiWhl2PRFpsP1sJ6-6lw2JO98,1803
engineio/async_drivers/gevent_uwsgi.py,sha256=agWDGowbc1IEPg1Gk3pfe6e7rZq5_kANAM6I4ZCSyPU,5404
engineio/async_drivers/sanic.py,sha256=8T8W2DRnmEJcTq6G2-TL22n6T9iD8K72uqI5QUZ2XkU,4328
engineio/async_drivers/threading.py,sha256=URNHqrYV7oTvHWYEr7-JjqfAiKdWJG2SlAy-wuluncA,339
engineio/async_drivers/tornado.py,sha256=Hvyi-6UZ4f1aAH67nKs-RlPfYBJ-tLY45TRuOxqthlI,5971
tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
tests/test_async_aiohttp.py,sha256=Stu9buAUVQMxhh4QhM9DIm_hHgtf5eyWZRVtzysyZpk,2145
tests/test_async_asgi.py,sha256=laXGVZUPqlmh1qdmsssiWxplEnOJd_ldrLU2h_nf9mo,9466
tests/test_async_eventlet.py,sha256=MX6BQ_cFangqazawV_N74Z0c3NGV56rKvZ81pO3fIUE,931
tests/test_async_tornado.py,sha256=qmMnPqQdiLPLILFdpoNBga0fXLhLKr-QGNu-vKlmY2c,2564
tests/test_asyncio_client.py,sha256=iEaRNB4RR9XFDWefxCymvNN1FBHBwvXqaVExIxXI5HI,43609
tests/test_asyncio_server.py,sha256=8eIjZL-Wd85qXm_W8InKkW7xUylMi4V1IKNlzmr1Wt0,38585
tests/test_asyncio_socket.py,sha256=DkiZCc7QxIZzIHirGd4RYM3AbQG-sqpi0xq8J4l50_M,17130
tests/test_client.py,sha256=RDRfzhGT9vG1VbcxDdHMmgTZhYD5q7r9SrPtQNoXW-I,41551
tests/test_middleware.py,sha256=2s4y2uRp6vsbYXBZFi5Mem7q2kWYFhVYlImaQjsHmTo,5046
tests/test_packet.py,sha256=gGIAGeadOEYwkYoy0FkOJ1odhg2R0WKTyeRC2a3eC-k,4213
tests/test_payload.py,sha256=3COS8C85848pcHJqo45KIl8YfO32eALg8gup7hXMRRU,2084
tests/test_server.py,sha256=ohrbLkFLB6_grAMK9MHHDIRRH0n28Baz1LbDGBzbdqE,37308
tests/test_socket.py,sha256=ykqpYewUyUZekAGjHVveCvjSS4SWxIlkUrSbHRDUcz8,16115
tests/asyncio/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
tests/asyncio/test_async_aiohttp.py,sha256=Stu9buAUVQMxhh4QhM9DIm_hHgtf5eyWZRVtzysyZpk,2145
tests/asyncio/test_async_asgi.py,sha256=98UqlxxBXW8WW2c8xjcrMgcaB4vfmARgeYupKJmFKQk,11054
tests/asyncio/test_async_tornado.py,sha256=qmMnPqQdiLPLILFdpoNBga0fXLhLKr-QGNu-vKlmY2c,2564
tests/asyncio/test_asyncio_client.py,sha256=irvxMZilImQrGVG-lF99-YSDVtueCEAoqo77Emr6T-w,46478
tests/asyncio/test_asyncio_server.py,sha256=BqD71iKOTreX7icDxWIanmptRrputRxg3ra8uYjziCk,39791
tests/asyncio/test_asyncio_socket.py,sha256=h1Xiv-ld_ZxYsmobmKcrm9Gbs8UbYhGT3OUjOOpY3gA,17900
tests/common/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
tests/common/test_async_eventlet.py,sha256=MX6BQ_cFangqazawV_N74Z0c3NGV56rKvZ81pO3fIUE,931
tests/common/test_client.py,sha256=Gjg9eNqGexry4jruc7kIcXXFvf7mBVzvjIb4e0R-SOk,44678
tests/common/test_middleware.py,sha256=qM5FuHEKHMe5Qhf-46Ops5Nd2U5CxXsgNHWh3N1xP5U,6627
tests/common/test_packet.py,sha256=gGIAGeadOEYwkYoy0FkOJ1odhg2R0WKTyeRC2a3eC-k,4213
tests/common/test_payload.py,sha256=hFOphopZHI3-8k87VjnkoxpUQNUBoqpv15c4MJwRCSE,2660
tests/common/test_server.py,sha256=XMjfOSlA6sepui8jYtFXIgOH1-KM5yW_BoU9vrKmP7g,39901
tests/common/test_socket.py,sha256=932iHDZCKury_J91HZsv3wAwmiqBiSD6wYo8h-l9A9o,16964
python_engineio-3.9.3.dist-info/LICENSE,sha256=yel9Pbwfu82094CLKCzWRtuIev9PUxP-a76NTDFAWpw,1082
python_engineio-3.9.3.dist-info/METADATA,sha256=tfTe0F9q0uhogkpUBacV0XZKgktkD4_qGMohE4WRpKw,1862
python_engineio-3.9.3.dist-info/WHEEL,sha256=h_aVn5OB2IERUjMbi2pucmR_zzWJtk303YXvhh60NJ8,110
python_engineio-3.9.3.dist-info/top_level.txt,sha256=u8PmNisCZLwRYcWrNLe9wutQ2tt4zNi8IH362c-HWuA,9
python_engineio-3.9.3.dist-info/RECORD,,
python_engineio-3.9.3.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4
tests/__pycache__/test_server.cpython-36.pyc,,
tests/__pycache__/test_middleware.cpython-36.pyc,,
tests/__pycache__/test_async_asgi.cpython-36.pyc,,
tests/__pycache__/test_async_tornado.cpython-36.pyc,,
tests/__pycache__/test_asyncio_server.cpython-36.pyc,,
tests/__pycache__/test_payload.cpython-36.pyc,,
tests/__pycache__/test_packet.cpython-36.pyc,,
tests/__pycache__/test_asyncio_client.cpython-36.pyc,,
tests/__pycache__/test_socket.cpython-36.pyc,,
tests/__pycache__/test_async_eventlet.cpython-36.pyc,,
tests/__pycache__/__init__.cpython-36.pyc,,
tests/__pycache__/test_async_aiohttp.cpython-36.pyc,,
tests/__pycache__/test_asyncio_socket.cpython-36.pyc,,
tests/__pycache__/test_client.cpython-36.pyc,,
tests/common/__pycache__/test_server.cpython-36.pyc,,
tests/common/__pycache__/test_middleware.cpython-36.pyc,,
tests/common/__pycache__/test_payload.cpython-36.pyc,,
tests/common/__pycache__/test_packet.cpython-36.pyc,,
tests/common/__pycache__/test_socket.cpython-36.pyc,,
tests/common/__pycache__/test_async_eventlet.cpython-36.pyc,,
tests/common/__pycache__/__init__.cpython-36.pyc,,
tests/common/__pycache__/test_client.cpython-36.pyc,,
tests/asyncio/__pycache__/test_async_asgi.cpython-36.pyc,,
tests/asyncio/__pycache__/test_async_tornado.cpython-36.pyc,,
tests/asyncio/__pycache__/test_asyncio_server.cpython-36.pyc,,
tests/asyncio/__pycache__/test_asyncio_client.cpython-36.pyc,,
tests/asyncio/__pycache__/__init__.cpython-36.pyc,,
tests/asyncio/__pycache__/test_async_aiohttp.cpython-36.pyc,,
tests/asyncio/__pycache__/test_asyncio_socket.cpython-36.pyc,,
engineio/__pycache__/asyncio_socket.cpython-36.pyc,,
engineio/__pycache__/payload.cpython-36.pyc,,
engineio/__pycache__/exceptions.cpython-36.pyc,,
engineio/__pycache__/client.cpython-36.pyc,,
engineio/__pycache__/async_gevent_uwsgi.cpython-36.pyc,,
engineio/__pycache__/async_eventlet.cpython-36.pyc,,
engineio/__pycache__/async_threading.cpython-36.pyc,,
engineio/__pycache__/asyncio_client.cpython-36.pyc,,
engineio/__pycache__/packet.cpython-36.pyc,,
engineio/__pycache__/async_aiohttp.cpython-36.pyc,,
engineio/__pycache__/socket.cpython-36.pyc,,
engineio/__pycache__/static_files.cpython-36.pyc,,
engineio/__pycache__/middleware.cpython-36.pyc,,
engineio/__pycache__/asyncio_server.cpython-36.pyc,,
engineio/__pycache__/server.cpython-36.pyc,,
engineio/__pycache__/__init__.cpython-36.pyc,,
engineio/__pycache__/async_sanic.cpython-36.pyc,,
engineio/__pycache__/async_gevent.cpython-36.pyc,,
engineio/__pycache__/async_asgi.cpython-36.pyc,,
engineio/__pycache__/async_tornado.cpython-36.pyc,,
engineio/async_drivers/__pycache__/threading.cpython-36.pyc,,
engineio/async_drivers/__pycache__/asgi.cpython-36.pyc,,
engineio/async_drivers/__pycache__/aiohttp.cpython-36.pyc,,
engineio/async_drivers/__pycache__/gevent.cpython-36.pyc,,
engineio/async_drivers/__pycache__/gevent_uwsgi.cpython-36.pyc,,
engineio/async_drivers/__pycache__/sanic.cpython-36.pyc,,
engineio/async_drivers/__pycache__/tornado.cpython-36.pyc,,
engineio/async_drivers/__pycache__/eventlet.cpython-36.pyc,,
engineio/async_drivers/__pycache__/__init__.cpython-36.pyc,,
@@ -0,0 +1,6 @@
Wheel-Version: 1.0
Generator: bdist_wheel (0.33.4)
Root-Is-Purelib: true
Tag: py2-none-any
Tag: py3-none-any