python-eventlet 0.30.2-5 source package in Ubuntu

Changelog

python-eventlet (0.30.2-5) unstable; urgency=medium

  * Add greendns-with-dnspython-2.10.patch (Closes: #999873).

 -- Thomas Goirand <email address hidden>  Mon, 29 Nov 2021 00:02:15 +0100

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-eventlet_0.30.2-5.dsc 2.4 KiB 1deb698f3d610952dc11f40f4177ee58d44f3b78a47c3c8628de6561f1d678e3
python-eventlet_0.30.2.orig.tar.gz 392.1 KiB 1811b122d9a45eb5bafba092d36911bca825f835cb648a862bbf984030acff9d
python-eventlet_0.30.2-5.debian.tar.xz 24.4 KiB 651549025bcb0a066f97e84431c06226fc26b25e4ae65fae51c6bcd1044d90c8

No changes file available.

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.