python-eventlet 0.35.1-0ubuntu2 source package in Ubuntu

Changelog

python-eventlet (0.35.1-0ubuntu2) noble; urgency=medium

  * d/control,rules: Switch to using pyproject build system to ensure that
    version is correctly detected and generated in built package.

 -- James Page <email address hidden>  Wed, 06 Mar 2024 11:36:24 +0000

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-eventlet_0.35.1.orig.tar.gz 543.7 KiB b172ef155142d16ed58a8d0b6351bd5a922d843ac281c1bf85e18d1c71722513
python-eventlet_0.35.1-0ubuntu2.debian.tar.xz 19.5 KiB c78749aa184941e08e2516388fab4d3d22fbddcf036fd6b31ed4b4baae605397
python-eventlet_0.35.1-0ubuntu2.dsc 2.5 KiB 704f564106c8a2b6ec9c3d5e74bd402704fdb95a2f23468c8d113d3c0bfcd660

Available diffs

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.