Source: python-asttokens Maintainer: Debian Python Team Uploaders: Dominik George , Section: python Priority: optional Build-Depends: debhelper-compat (= 13), dh-sequence-python3, pybuild-plugin-pyproject, python3, python3-astroid, python3-pytest, python3-setuptools, python3-setuptools-scm, python3-six, python3-toml, python3-wheel, Standards-Version: 4.6.2 Homepage: https://github.com/gristlabs/asttokens Testsuite: autopkgtest-pkg-python Vcs-Git: https://salsa.debian.org/python-team/packages/python-asttokens.git Vcs-Browser: https://salsa.debian.org/python-team/packages/python-asttokens Package: python3-asttokens Architecture: all Depends: ${misc:Depends}, ${python3:Depends}, Description: annotate Python asbtract syntax trees with code references (Python 3) The asttokens module annotates Python abstract syntax trees (ASTs) with the positions of tokens and text in the source code that generated them. . It makes it possible for tools that work with logical AST nodes to find the particular text that resulted in those nodes, for example for automated efactoring or highlighting. . This package contains the Python 3 version.