slackbuilds_ponce/python/asttokens
Robby Workman 48c22f9303 various: Kill lots of python3 dep mentions
This is far from complete.
We still need to review and tweak anything with "PYTHON" in
the README, as many/most/all of those are telling the user
how to build with python3 support. We almost surely want to
enable that by default in all of those cases.
2021-04-21 00:42:24 -05:00
..
asttokens.info various: Kill lots of python3 dep mentions 2021-04-21 00:42:24 -05:00
asttokens.SlackBuild
README
slack-desc

this module annotates Python abstact 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 refactoring or highlighting.

It works with Python2 and Python3 and can annotate both trees built by
ast, and those built by astroid.

This (source) is downloaded from pypi.org/projects/asttokens as the
github site may not have a complete sourcecode zip.