python3-ptk

parser for Python 3 with support for asynchronous input
  https://github.com/fraca7/ptk
  0
  no reviews



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.