Name: | python3-async-generator |
---|---|
Version: | 1.10 |
Release: | 13.el9 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 156387 |
License: | MIT or ASL 2.0 |
RPM: | python3-async-generator-1.10-13.el9.noarch.rpm |
Source RPM: | python-async-generator-1.10-13.el9.src.rpm |
Build Date: | Fri Mar 11 2022 |
Build Host: | build-ol9-x86_64.oracle.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). |