[ 源代码: python-ptk ]
软件包:python3-ptk(1.3.8 dfsg-1)
python3-ptk 的相关链接
Debian 的资源:
下载源码包 python-ptk:
- [python-ptk_1.3.8 dfsg-1.dsc]
- [python-ptk_1.3.8 dfsg.orig.tar.xz]
- [python-ptk_1.3.8 dfsg-1.debian.tar.xz]
维护者:
外部的资源:
- 主页 [github.com]
相似软件包:
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.
其他与 python3-ptk 有关的软件包
|
|
|
|
-
- dep: python3
- 交互式高级面向对象语言(默认 python3 版本)
-
- rec: python3-async-generator
- extensions to asynchronous generators for Python3
-
- sug: python-ptk-doc
- parser for Python with support for asynchronous input (documentation)
-
- sug: python3-twisted
- Event-based framework for internet applications