.gitignore
CHANGELOG
CHANGES
CREDITS
LICENSE
README.md
TODO.md
codecov.yml
noxfile.py
pyproject.toml
pyrepl.rst
.github/dependabot.yml
.github/workflows/lint.yml
.github/workflows/release.yml
.github/workflows/tests.yml
pyrepl/__init__.py
pyrepl/_minimal_curses.py
pyrepl/_version.py
pyrepl/cmdrepl.py
pyrepl/commands.py
pyrepl/completer.py
pyrepl/completing_reader.py
pyrepl/console.py
pyrepl/curses.py
pyrepl/fancy_termios.py
pyrepl/historical_reader.py
pyrepl/input.py
pyrepl/keymap.py
pyrepl/keymaps.py
pyrepl/module_lister.py
pyrepl/python_reader.py
pyrepl/pythoni.py
pyrepl/pythoni1.py
pyrepl/reader.py
pyrepl/readline.py
pyrepl/simple_interact.py
pyrepl/trace.py
pyrepl/unix_console.py
pyrepl/unix_eventqueue.py
pyrepl.egg-info/PKG-INFO
pyrepl.egg-info/SOURCES.txt
pyrepl.egg-info/dependency_links.txt
pyrepl.egg-info/entry_points.txt
pyrepl.egg-info/requires.txt
pyrepl.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/infrastructure.py
tests/test_basic.py
tests/test_bugs.py
tests/test_curses.py
tests/test_functional.py
tests/test_keymap.py
tests/test_readline.py
tests/test_unix_reader.py
tests/test_wishes.py