python-eventlet 0.13.0-1ubuntu2 source package in Ubuntu
Changelog
python-eventlet (0.13.0-1ubuntu2) trusty; urgency=medium * Rebuild to drop files installed into /usr/share/pyshared. -- Matthias Klose <email address hidden> Sun, 23 Feb 2014 13:51:32 +0000
Upload details
- Uploaded by:
- Matthias Klose
- Uploaded to:
- Trusty
- Original maintainer:
- Ubuntu Developers
- Architectures:
- all
- Section:
- python
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Trusty | release | main | python |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
python-eventlet_0.13.0.orig.tar.gz | 270.1 KiB | d98118f01c064a6d256a264d4b939b2c6ad0814875c3b37859306c6ed1b4982c |
python-eventlet_0.13.0-1ubuntu2.debian.tar.gz | 7.3 KiB | 83c08aa93dd71e97f6292b1826b871c9fb86b8fa185b8a2aa3345424b20a1af9 |
python-eventlet_0.13.0-1ubuntu2.dsc | 1.6 KiB | 6b95b7fe6a0e0d79592dd7a50db420bb66bdbb95ecc9bac8859dad2cd7f2596b |
Available diffs
- diff from 0.13.0-1ubuntu1 to 0.13.0-1ubuntu2 (357 bytes)
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.