Source: python-codegen
Section: python
Priority: optional
Maintainer: Sascha Steinbiss <satta@debian.org>
Build-Depends: debhelper (>= 11~),
               dh-python,
               python-all,
               python-setuptools
Standards-Version: 4.2.1
Vcs-Git: https://salsa.debian.org/debian/python-codegen.git
Vcs-Browser: https://salsa.debian.org/debian/python-codegen
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.
