Metadata-Version: 2.4
Name: python-engineio
Version: 4.14.0
Summary: Engine.IO server and client for Python
Author-email: Miguel Grinberg <miguel.grinberg@gmail.com>
License: MIT
Project-URL: homepage, https://code.miguelgrinberg.com/miguelgrinberg/python-engineio
Project-URL: documentation, https://python-engineio.readthedocs.io/
Project-URL: repository, https://code.miguelgrinberg.com/miguelgrinberg/python-engineio
Project-URL: issues, https://github.com/miguelgrinberg/python-engineio/issues
Project-URL: changelog, https://code.miguelgrinberg.com/miguelgrinberg/python-engineio/src/branch/main/CHANGES.md
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
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.11; extra == "asyncio-client"
Provides-Extra: dev
Requires-Dist: tox; extra == "dev"
Provides-Extra: docs
Requires-Dist: sphinx; extra == "docs"
Requires-Dist: furo; extra == "docs"
Dynamic: license-file

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

[![tests](https://code.miguelgrinberg.com/miguelgrinberg/python-engineio/badges/workflows/tests.yml/badge.svg)](https://code.miguelgrinberg.com/miguelgrinberg/python-engineio/actions)

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

Resources
---------

- [git](https://code.miguelgrinberg.com/miguelgrinberg/python-engineio)
- [Change Log](https://code.miguelgrinberg.com/miguelgrinberg/python-engineio/src/branch/main/CHANGES.md)
- [Documentation](https://python-engineio.readthedocs.io/)
- [PyPI](https://pypi.python.org/pypi/python-engineio)
- [Contributor's guide](CONTRIBUTING.md)
- [Security policy](SECURITY.md)

Sponsor this project
--------------------

This project relies on contributions from its users. If you benefit from it please consider making a single or ongoing monetary contribution in one of the following platforms:

- [Github Sponsors](https://github.com/sponsors/miguelgrinberg)
- [Patreon](https://patreon.com/miguelgrinberg)
- [Buy me a Coffee](https://buymeacoffee.com/miguelgrinberg)
- [thanks.dev](https://thanks.dev/u/gh/miguelgrinberg)
- [PayPal](https://paypal.me/miguelgrinberg)

Thank you!
