python-eventlet 0.36.1-0ubuntu1 source package in Ubuntu

Changelog

python-eventlet (0.36.1-0ubuntu1) oracular; urgency=medium

  * New upstream release.

 -- James Page <email address hidden>  Tue, 13 Aug 2024 10:55:28 +0100

Upload details

Uploaded by:
James Page
Uploaded to:
Oracular
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release main python

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-eventlet_0.36.1.orig.tar.gz 539.9 KiB d227fe76a63d9e6a6cef53beb8ad0b2dc40a5e7737c801f4b474cfae1db07bc5
python-eventlet_0.36.1-0ubuntu1.debian.tar.xz 19.7 KiB e801668d38e8e1c8cbff2802ca7fa59860b6227baabfc6ac1230cbb3a3b78a4c
python-eventlet_0.36.1-0ubuntu1.dsc 2.5 KiB 24a74e1f9e34bbd6db5811ae1455d323030d995a2c68584936d907f4e7ee93a8

View changes file

Binary packages built by this source

python-eventlet-doc: concurrent networking library - doc

 Eventlet 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 examples, common design
 patterns, and the list of the basic API primitives.
 .
 This package provides the documentation.

python3-eventlet: concurrent networking library

 Eventlet 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 examples, common design
 patterns, and the list of the basic API primitives.
 .
 This package provides the Python 3.x module.