| Name: | python3-eventlet |
|---|---|
| Version: | 0.33.3 |
| Release: | 1.el9 |
| Architecture: | noarch |
| Group: | Unspecified |
| Size: | 1587155 |
| License: | MIT |
| RPM: | python3-eventlet-0.33.3-1.el9.noarch.rpm |
| Source RPM: | python-eventlet-0.33.3-1.el9.src.rpm |
| Build Date: | Thu Jul 13 2023 |
| Build Host: | build-ol9-x86_64.oracle.com |
| Vendor: | Oracle America |
| URL: | https://eventlet.net |
| Summary: | Highly concurrent networking library |
| Description: | Eventlet is a networking library written in Python. It achieves high scalability by using non-blocking io while at the same time retaining high programmer usability by using coroutines to make the non-blocking io operations appear blocking at the source code level. |