Skip to main content

Highly concurrent networking library

Project description

Warning

New usages of eventlet are now heavily discouraged! Please read the following.

Eventlet was created almost 18 years ago, at a time where async features were absent from the CPython stdlib. With time eventlet evolved and CPython too, but since several years the maintenance activity of eventlet dicreased leading to a growing gap between eventlet and the CPython implementation.

This gap is now too high and can lead you to unexpected side effects and bugs in your applications.

Eventlet now follows a new maintenance policy. Only maintenance for stability and bug fixing will be provided. No new features will be accepted, except those related to the asyncio migration. Usages in new projects are discouraged. Our goal is to plan the retirement of eventlet and to give you ways to move away from eventlet.

If you are looking for a library to manage async network programming, and if you do not yet use eventlet, then, we encourage you to use asyncio, which is the official async library of the CPython stdlib.

If you already use eventlet, our goal is to allow you to smoothly migrate from eventlet to asyncio. We are currently thinking about solutions to make that kind of migrations possible. Only new features related to the migration solution will be accepted.

If you have questions concerning maintenance goals or concerning the migration do not hesitate to open a new issue, we will be happy to answer them.

Eventlet

https://img.shields.io/pypi/v/eventlet https://img.shields.io/github/actions/workflow/status/eventlet/eventlet/test.yaml?branch=master https://codecov.io/gh/eventlet/eventlet/branch/master/graph/badge.svg

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.

It’s easy to get started using Eventlet, and easy to convert existing applications to use it. Start off by looking at the examples, common design patterns, and the list of basic API primitives.

Getting Eventlet

The easiest way to get Eventlet is to use pip:

pip install -U eventlet

To install latest development version once:

pip install -U https://github.com/eventlet/eventlet/archive/master.zip

Building the Docs Locally

To build a complete set of HTML documentation:

tox -e docs

The built html files can be found in doc/build/html afterward.

Supported Python versions

Python 3.7-3.12 are currently supported.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

eventlet-0.35.0.tar.gz (546.3 kB view details)

Uploaded Source

Built Distribution

eventlet-0.35.0-py3-none-any.whl (359.6 kB view details)

Uploaded Python 3

File details

Details for the file eventlet-0.35.0.tar.gz.

File metadata

  • Download URL: eventlet-0.35.0.tar.gz
  • Upload date:
  • Size: 546.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/4.0.2 CPython/3.11.7

File hashes

Hashes for eventlet-0.35.0.tar.gz
Algorithm Hash digest
SHA256 5b8160016af202d74296f86b6e4143c86c377ae6e188fafbe567dd1a0b39123b
MD5 451e084d979ca0743551721c218e47e8
BLAKE2b-256 7ba79fd4e5b1c68199d3d03040cd7a366918c17d2314d782f37c6474bda61032

See more details on using hashes here.

File details

Details for the file eventlet-0.35.0-py3-none-any.whl.

File metadata

  • Download URL: eventlet-0.35.0-py3-none-any.whl
  • Upload date:
  • Size: 359.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/4.0.2 CPython/3.11.7

File hashes

Hashes for eventlet-0.35.0-py3-none-any.whl
Algorithm Hash digest
SHA256 0cd273321ba26a4f717cc2ddbbf36c37cabee1fe7949de635a506c8bf9c06ce5
MD5 2c7d00a99bf80c764ad22a00825c2b9a
BLAKE2b-256 7910c831739f7848843c0d00e7191152e396842f31dc70a38fa1166d34b498ad

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page