1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35
|
Source: python-asttokens
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
Dominik George <natureshadow@debian.org>,
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-wheel,
Rules-Requires-Root: no
Standards-Version: 4.7.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.
|