1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
Source: python-codegen
Section: python
Priority: optional
Maintainer: Sascha Steinbiss <satta@debian.org>
Build-Depends: debhelper (>= 9),
dh-python,
python-all,
python-setuptools
X-Python-Version: >= 2.7
Standards-Version: 3.9.8
Vcs-Git: https://anonscm.debian.org/git/collab-maint/python-codegen.git
Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/python-codegen.git
Homepage: https://github.com/andreif/codegen
Package: python-codegen
Architecture: all
Depends: ${python:Depends},
${misc:Depends}
Description: extension to ast that allows AST -> Python code generation
The codegen module converts a abstract syntax tree (AST) back into Python
source code. This is useful for debugging purposes, especially when dealing
with custom ASTs not generated by Python itself.
|