CMD + K

eventlet

Anaconda Verified

Highly concurrent networking library

Installation

To install this package, run one of the following:

Conda
$conda install anaconda::eventlet

Usage Tracking

0.40.3
0.39.0
0.33.1
0.31.1
0.31.0
5 / 8 versions selected
Downloads (Last 6 months): 0

Description

Eventlet is a concurrent networking library for Python that allows you to change how you run your code, not how you write it. It uses epoll or libevent for highly scalable non-blocking I/O. Coroutines ensure that the developer uses a blocking style of programming that is similar to threading, but provide the benefits of non-blocking I/O. The event dispatch is implicit, which means you can easily use Eventlet from the Python interpreter, or as a small part of a larger application.

About

Summary

Highly concurrent networking library

Last Updated

Oct 23, 2025 at 00:55

License

MIT

Total Downloads

4.2K

Version Downloads

290

Supported Platforms

macOS-arm64
linux-64
linux-aarch64
win-64

Unsupported Platforms

linux-ppc64le Last supported version: 0.33.1
win-32 Last supported version: 0.27.0
noarch Last supported version: 0.31.1
linux-s390x Last supported version: 0.39.0
macOS-64 Last supported version: 0.39.0