{"library":"gevent","type":"library","category":null,"description":"Gevent is a coroutine-based Python networking library that uses greenlet to provide a high-level synchronous API on top of the libev or libuv event loop. It enables writing concurrent code that looks sequential, primarily for I/O-bound tasks. The current version is 25.9.1, and it follows a CalVer (YY.0M.Micro) release cadence, aiming for at least monthly releases if changes are present in master.","language":"python","status":"active","version":"25.9.1","tags":["concurrency","networking","greenlets","async","event loop","monkey patching","I/O bound"],"last_verified":"Tue Jun 09","install":[{"cmd":"pip install gevent","imports":["from gevent import monkey; monkey.patch_all()","import gevent; g = gevent.spawn(my_function, arg1, arg2)","import gevent; gevent.joinall([g1, g2])","import gevent; gevent.sleep(0)","from gevent import Greenlet","from gevent.local import local"]}],"homepage":"http://www.gevent.org/","github":"https://github.com/gevent/gevent","docs":"http://www.gevent.org","changelog":"https://www.gevent.org/changelog.html","pypi":"https://pypi.org/project/gevent/","npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"3.10–3.9","success_rate":87,"avg_install_s":2.6,"avg_import_s":0.26,"wheel_type":"wheel"},"url":"https://checklist.day/v1/registry/gevent/compatibility"}}