CHANGES.rst
LICENSE
MANIFEST.in
README.rst
readline-8.0.tar.gz
setup.cfg
setup.py
tox.ini
docs/Makefile
docs/completion.rst
docs/conf.py
docs/examples.rst
docs/history.rst
docs/index.rst
docs/overview.rst
docs/readline.rst
docs/_build/.placeholder
docs/_static/.placeholder
docs/_static/theme-plus.css
docs/_templates/.placeholder
rl/__init__.py
rl/_completion.py
rl/_history.py
rl/_init.py
rl/iterator.c
rl/iterator.h
rl/modulestate.c
rl/modulestate.h
rl/readline.c
rl/stringarray.c
rl/stringarray.h
rl/testing.py
rl/unicode.c
rl/unicode.h
rl/utils.py
rl.egg-info/PKG-INFO
rl.egg-info/SOURCES.txt
rl.egg-info/dependency_links.txt
rl.egg-info/not-zip-safe
rl.egg-info/requires.txt
rl.egg-info/top_level.txt
rl/examples/README.rst
rl/examples/__init__.py
rl/examples/display_matches_hook.py
rl/examples/email.py
rl/examples/factory.py
rl/examples/filename.py
rl/examples/pre_input_hook.py
rl/examples/raw_input.py
rl/examples/static.py
rl/tests/__init__.py
rl/tests/test_callhooks.py
rl/tests/test_generator.py
rl/tests/test_histfile.py
rl/tests/test_history.py
rl/tests/test_initfile.py
rl/tests/test_properties.py
rl/tests/test_readline.py
rl/tests/test_setup.py
rl/tests/test_unicode.py