| Name: | python3-async-generator |
|---|---|
| Version: | 1.10 |
| Release: | 2.el8 |
| Architecture: | noarch |
| Group: | Unspecified |
| Size: | 155418 |
| License: | MIT or ASL 2.0 |
| RPM: | python3-async-generator-1.10-2.el8.noarch.rpm |
| Source RPM: | python-async-generator-1.10-2.el8.src.rpm |
| Build Date: | Mon Nov 04 2019 |
| Build Host: | jenkins-10-147-72-125-d2ac1df6-acc4-4fcb-b0d4-e6c082c4d687.appad1iad.osdevelopmeniad.oraclevcn.com |
| Vendor: | Oracle America |
| URL: | https://github.com/python-trio/async_generator |
| Summary: | Async generators and context managers |
| Description: | This library generally tries hard to match the semantics of Python 3.6's native async generators in every detail (PEP 525), with additional support for yield from and for returning non-None values from an async generator (under the theory that these may well be added to native async generators one day). |