| Name: | python3-greenlet | 
|---|---|
| Version: | 0.4.13 | 
| Release: | 4.el8 | 
| Architecture: | x86_64 | 
| Group: | Unspecified | 
| Size: | 49419 | 
| License: | MIT | 
| RPM: | python3-greenlet-0.4.13-4.el8.x86_64.rpm | 
| Source RPM: | python-greenlet-0.4.13-4.el8.src.rpm | 
| Build Date: | Sun Feb 16 2020 | 
| Build Host: | jenkins-10-147-72-125-c5b73e7c-96b8-4432-82d0-e7725c1cde3d.appad1iad.osdevelopmeniad.oraclevcn.com | 
| Vendor: | Oracle America | 
| URL: | https://github.com/python-greenlet/greenlet | 
| Summary: | Lightweight in-process concurrent programming | 
| Description: | The greenlet package is a spin-off of Stackless, a version of CPython that supports micro-threads called "tasklets". Tasklets run pseudo-concurrently (typically in a single or a few OS-level threads) and are synchronized with data exchanges on "channels". Python 3 version.  |