gevent · PyPI
pypi.org › project › geventDec 11, 2021 · 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. Fast event loop based on libev or libuv. Lightweight execution units based on greenlets. API that re-uses concepts from the Python standard library (for examples there are events and queues ).
gevent - PyPI
https://pypi.org/project/gevent11.12.2021 · This version of gevent runs on Python 2.7.9 and up, and many versions of Python 3 (for exact details, see the classifiers on the PyPI page or in setup.py ). gevent requires the greenlet library and will install the cffi library by default on Windows. The cffi library will become the default on all platforms in a future release of gevent.