Concurrent networking library for Python
Eventlet is a concurrent networking library for Python that allows
changing how code is run.
It uses epoll or libevent for 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 Eventlet can be used from the Python
interpreter, or as part of a larger application.
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout home:lenovo-lico:lico-dep:5.1:suse/python-eventlet && cd $_ - Create Badge
Refresh
Source Files
| Filename | Size | Changed |
|---|---|---|
| _service | 0000000058 58 Bytes | |
| python-eventlet.changes | 0000015912 15.5 KB | |
| python-eventlet.spec | 0000002801 2.74 KB |
Comments 0