python-eventlet 0.9.16-1ubuntu1 source package in Ubuntu

Changelog

python-eventlet (0.9.16-1ubuntu1) precise; urgency=low

  * debian/control: Dropped python-zmq from build depends, it's currently
    in universe.
 -- Dave Walker (Daviey) <email address hidden>   Wed, 19 Oct 2011 10:41:48 +0100

Upload details

Uploaded by:
Dave Walker
Uploaded to:
Precise
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
python
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Precise: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
python-eventlet_0.9.16.orig.tar.gz 309.8 KiB b2d38084809b2f2a8e3cc5815b10912870cdbe97d9a4e5c1ff231ebc8da0e430
python-eventlet_0.9.16-1ubuntu1.debian.tar.gz 6.8 KiB ba0533ddf8ae3580d9332f73d9e1b16749fb9b2eb69e852ca4e1a4e1e1b40e87
python-eventlet_0.9.16-1ubuntu1.dsc 1.6 KiB 39e7ca3572c4632b1ca3169a488135be4d3f8995f9ff34d07a3d4dd8a8bfe96b

View changes file

Binary packages built by this source

python-eventlet: concurrent networking library for Python

 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.