A library making it easy to write async iterators in Python 3.5
Python 3.6 added async generators. Python 3.7 adds some more tools to make them usable, like contextlib.asynccontextmanager. This library gives you all that back to Python 3.5.
Python 3.6 added async generators. Python 3.7 adds some more tools to make them usable, like contextlib.asynccontextmanager. This library gives you all that back to Python 3.5.
To install py39-async_generator, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install py39-async_generator
To see what files were installed by py39-async_generator, run:
port contents py39-async_generator
To later upgrade py39-async_generator, run:
sudo port selfupdate && sudo port upgrade py39-async_generator
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.