About Anaconda Help Download Anaconda

Highly concurrent networking library

Installers

  • linux-64 v0.40.3
  • linux-s390x v0.39.0
  • osx-64 v0.39.0
  • win-64 v0.40.3
  • linux-aarch64 v0.40.3
  • osx-arm64 v0.40.3
  • linux-ppc64le v0.33.1
  • win-32 v0.27.0
  • noarch v0.31.1

conda install

To install this package run one of the following:
conda install anaconda::eventlet

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.


© 2026 Anaconda, Inc. All Rights Reserved. (v4.2.14) Legal | Privacy Policy