.gitignore
.pylintrc
.travis.yml
LICENSE
MANIFEST.in
Makefile
README.rst
pyproject.toml
setup.cfg
setup.py
tox.ini
asttokens/__init__.py
asttokens/asttokens.py
asttokens/line_numbers.py
asttokens/mark_tokens.py
asttokens/util.py
asttokens/version.py
asttokens.egg-info/PKG-INFO
asttokens.egg-info/SOURCES.txt
asttokens.egg-info/dependency_links.txt
asttokens.egg-info/requires.txt
asttokens.egg-info/top_level.txt
docs/Makefile
docs/api-index.rst
docs/conf.py
docs/docs_requirements.txt
docs/index.rst
docs/user-guide.rst
tests/__init__.py
tests/context.py
tests/test_astroid.py
tests/test_asttokens.py
tests/test_line_numbers.py
tests/test_mark_tokens.py
tests/test_util.py
tests/tools.py
tests/testdata/README.md
tests/testdata/python2/astroid/__init__.py
tests/testdata/python2/astroid/absimport.py
tests/testdata/python2/astroid/all.py
tests/testdata/python2/astroid/clientmodule_test.py
tests/testdata/python2/astroid/descriptor_crash.py
tests/testdata/python2/astroid/email.py
tests/testdata/python2/astroid/format.py
tests/testdata/python2/astroid/joined_strings.py
tests/testdata/python2/astroid/module.py
tests/testdata/python2/astroid/module2.py
tests/testdata/python2/astroid/noendingnewline.py
tests/testdata/python2/astroid/nonregr.py
tests/testdata/python2/astroid/notall.py
tests/testdata/python2/astroid/recursion.py
tests/testdata/python2/astroid/suppliermodule_test.py
tests/testdata/python3/astroid/__init__.py
tests/testdata/python3/astroid/absimport.py
tests/testdata/python3/astroid/all.py
tests/testdata/python3/astroid/clientmodule_test.py
tests/testdata/python3/astroid/descriptor_crash.py
tests/testdata/python3/astroid/email.py
tests/testdata/python3/astroid/format.py
tests/testdata/python3/astroid/joined_strings.py
tests/testdata/python3/astroid/module.py
tests/testdata/python3/astroid/module2.py
tests/testdata/python3/astroid/noendingnewline.py
tests/testdata/python3/astroid/nonregr.py
tests/testdata/python3/astroid/notall.py
tests/testdata/python3/astroid/recursion.py
tests/testdata/python3/astroid/suppliermodule_test.py