LICENSE
README.md
pyproject.toml
src/ipsh/__init__.py
src/ipsh/__main__.py
src/ipsh/buffers.py
src/ipsh/const.py
src/ipsh/getch_unix.py
src/ipsh/getch_windows.py
src/ipsh/i18n.py
src/ipsh/interactive.py
src/ipsh/interpreters.py
src/ipsh/main.py
src/ipsh/mock_interfaces.py
src/ipsh/py.typed
src/ipsh.egg-info/PKG-INFO
src/ipsh.egg-info/SOURCES.txt
src/ipsh.egg-info/dependency_links.txt
src/ipsh.egg-info/entry_points.txt
src/ipsh.egg-info/top_level.txt
src/ipsh/locale/de/LC_MESSAGES/argparse.mo
src/ipsh/locale/de/LC_MESSAGES/ipsh.mo
tests/test_buffers.py
tests/test_interpreters.py
tests/test_main.py