Tip
To jump directly to the full API reference, see API reference.
gevent – common functions
gevent – common functionsgevent.backdoor – Interactive greenlet-based network console that can be used in any processgevent.baseserver – Base class for implementing serversgevent.builtins – gevent friendly implementations of builtin functionsgevent.contextvars – Cooperative contextvarsgevent.core - (deprecated) event loop abstractiongevent.event – Notifications of multiple listenersgevent.events – Publish/subscribe event infrastructuregevent.exceptions – Exceptionsgevent.fileobject – Wrappers to make file-like objects cooperativegevent.hub - The Event Loop and the Hubgevent.local – Greenlet-local objectsgevent.lock – Locking primitivesgevent.monkey – Make the standard library cooperativegevent.os – Low-level operating system functions from osgevent.pool – Managing greenlets in a groupgevent.pywsgi – A pure-Python, gevent-friendly WSGI servergevent.queue – Synchronized queuesgevent.resolver.ares – c-ares based hostname resolvergevent.resolver.blocking – Non-cooperative resolvergevent.resolver.dnspython – Pure Python hostname resolvergevent.resolver.thread – thread based hostname resolvergevent.select – Waiting for I/O completiongevent.server – TCP/SSL servergevent.signal – Cooperative implementation of special cases of signal.signal()gevent.socket – Cooperative low-level networking interfacegevent.ssl – Secure Sockets Layer (SSL/TLS) modulegevent.subprocess – Cooperative subprocess modulegevent.thread – Implementation of the standard thread module that spawns greenletsgevent.threading – Implementation of the standard threading using greenletsgevent.threadpool - A pool of native threadsgevent.time – Makes sleep gevent awaregevent.util – Low-level utilitiesNext page: Installation and Requirements