Highly concurrent networking library
Eventlet is a concurrent networking library for Python that 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.
- Links to openSUSE:Factory / python-eventlet
- Has a link diff
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout home:dirkmueller:AL:TW/python-eventlet && cd $_
- Create Badge
Refresh
Refresh
Source Files (show unmerged sources)
Filename | Size | Changed |
---|---|---|
313-new-thread-attributes.patch | 0000000913 913 Bytes | |
_service | 0000000561 561 Bytes | |
_servicedata | 0000000238 238 Bytes | |
eventlet-0.37.0+git.1726056572.8637820.obscpio | 0001775116 1.69 MB | |
eventlet.obsinfo | 0000000121 121 Bytes | |
no-dynamic-version.patch | 0000000762 762 Bytes | |
python-eventlet.changes | 0000035957 35.1 KB | |
python-eventlet.spec | 0000004207 4.11 KB |
Latest Revision
Dirk Mueller (dirkmueller)
committed
(revision 1)
Comments 0