Metadata-Version: 2.4
Name: python-engineio
Version: 4.12.3
Summary: Engine.IO server and client for Python
Author-email: Miguel Grinberg <miguel.grinberg@gmail.com>
License: MIT
Project-URL: Homepage, 
Project-URL: Bug Tracker, 
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: simple-websocket>=0.10.0
Provides-Extra: client
Requires-Dist: requests>=2.21.0; extra == "client"
Requires-Dist: websocket-client>=0.54.0; extra == "client"
Provides-Extra: asyncio-client
Requires-Dist: aiohttp>=3.4; extra == "asyncio-client"
Provides-Extra: docs
Requires-Dist: sphinx; extra == "docs"
Dynamic: license-file

python-engineio
===============

[![Build status](

Python implementation of the `Engine.IO` realtime client and server.

Sponsors
--------

The following organizations are funding this project:

![Socket.IO](
-|-

Many individual sponsors also support this project through small ongoing contributions. Why not [join them](

Resources
---------

-  [Documentation](
-  [PyPI](
-  [Change Log](
-  Questions? See the [questions](
