python-eventlet 0.25.1-2 source package in Ubuntu

Changelog

python-eventlet (0.25.1-2) unstable; urgency=medium

  * Bump Standards-Version to 4.4.1.
  * Uploading to unstable.

 -- Ondřej Nový <email address hidden>  Fri, 18 Oct 2019 15:56:59 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-eventlet_0.25.1-2.dsc 2.3 KiB d960bad5581df4d098321e475597d1a625acf104553870602806b7b4af8f0383
python-eventlet_0.25.1.orig.tar.gz 383.5 KiB 6c9c625af48424c4680d89314dbe45a76cc990cf002489f9469ff214b044ffc1
python-eventlet_0.25.1-2.debian.tar.xz 13.6 KiB 43d5d76f55de7ade902747b8a4500ce5f7fb6edd36f313d833e94b036f7b7bb4

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.