Binary package “python3-async-generator” in ubuntu noble

extensions to asynchronous generators for Python3

 The python3 language provides some structures to process streaming
 data with an interface similar to the iteration structures. This
 module adds some convenient features like the yield from construct or
 context managers.