summaryrefslogtreecommitdiffstats
path: root/python/asttokens/README
diff options
context:
space:
mode:
Diffstat (limited to 'python/asttokens/README')
-rw-r--r--python/asttokens/README12
1 files changed, 0 insertions, 12 deletions
diff --git a/python/asttokens/README b/python/asttokens/README
deleted file mode 100644
index 409a44dc4e..0000000000
--- a/python/asttokens/README
+++ /dev/null
@@ -1,12 +0,0 @@
-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.