{"library":"eventlet","type":"library","category":null,"description":"Eventlet is a concurrent networking library for Python that uses coroutines (greenlets) and non-blocking I/O (epoll/libevent) to enable blocking-style programming in a highly scalable, asynchronous environment. As of version 0.41.0, Eventlet is in maintenance mode, discouraging new projects from using it and planning for its eventual retirement in favor of `asyncio` due to compatibility issues with newer Python versions and a growing gap in maintenance.","language":"python","status":"deprecated","version":"0.41.0","tags":["concurrency","networking","greenlets","async-io","monkey-patching"],"last_verified":"Wed May 20","install":[{"cmd":"pip install eventlet","imports":["import eventlet\neventlet.monkey_patch()","import eventlet\neventlet.spawn(my_function, arg1, arg2)","import eventlet\neventlet.sleep(0)"]}],"homepage":"https://eventlet.net","github":"https://github.com/eventlet/eventlet","docs":"https://eventlet.readthedocs.io/","changelog":"https://github.com/eventlet/eventlet/blob/master/NEWS","pypi":"https://pypi.org/project/eventlet/","npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"3.10–3.9","success_rate":100,"avg_install_s":2.2,"avg_import_s":0.7,"wheel_type":"wheel"},"url":"https://checklist.day/v1/registry/eventlet/compatibility"}}