python313-async-generator - Async generators and context managers
| Website: | https://github.com/python-trio/async_generator |
|---|---|
| License: | MIT OR Apache-2.0 |
| Vendor: | Alcance Libre, Inc. |
- Description:
This library generally tries hard to match the semantics of Python 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).
Packages
| python313-async-generator-1.10-1.aldos.noarch [55 KiB] |
Changelog
by Joel Barrios (2026-02-01):
- Initial spec file. |