You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
odrling 690d92ca24
frankensteinization
4 years ago
docs user session documentation 4 years ago
engineio frankensteinization 4 years ago
examples updated asgi examples to latest uvicorn 4 years ago
tests migrate to ASGI3 (#108) 4 years ago
.gitattributes reorganized examples 6 years ago
.gitignore async socket unit tests 6 years ago
.readthedocs.yml use Python 3.6 for docs build 6 years ago
.travis.yml remove python 3.4 from builds 4 years ago
LICENSE Initial commit 8 years ago
MANIFEST.in Initial commit 8 years ago
README.rst add link to stack overflow for questions 4 years ago
setup.py replace urllib3 with requests to get cookie support 4 years ago
tox.ini Pass cookies to websocket connection creation 4 years ago

README.rst

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`_
-  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
.. _questions: https://stackoverflow.com/questions/tagged/python-socketio
.. _ask: https://stackoverflow.com/questions/ask?tags=python+python-socketio