[ buster ]
[ 源代码: python-ptk ]
软件包:python-ptk(1.3.5-2)
parser for Python 2 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.
This package installs the library for Python 2.
其他与 python-ptk 有关的软件包
|
|
|
|
-
- dep: python
- 交互式高级面向对象语言(Python2 版本)
-
- dep: python-six
- Python 2 和 3 兼容库(Python 2 接口)
-
- sug: python-ptk-doc
- parser for Python with support for asynchronous input (documentation)
-
- sug: python-twisted-core
- Event-based framework for internet applications