Binary package “python3-ptk” in ubuntu oracular

parser for Python 3 with support for asynchronous input

 PTK implements LR(1) parsing in Python. Compared to compiled tools
 like Bison, it attempts to spare programmer's time. Python sources
 describe both the grammar and the callbacks, avoiding code
 generation. Various inputs are accepted: Python 3 asynchronous
 streams, PyZipFile archives, Twisted Deferred objects.
 .
 python3-async-generator is required for asynchronous streams.
 .
 This package installs the library for Python 3.