CHANGELOG
LICENSE
MANIFEST.in
README.rst
pyproject.toml
examples/asyncio-python-embed.py
examples/asyncio-ssh-python-embed.py
examples/python-embed-with-custom-prompt.py
examples/python-embed.py
examples/python-input.py
examples/ssh-and-telnet-embed.py
examples/ptpython_config/config.py
examples/test-cases/ptpython-in-other-thread.py
src/ptpython/__init__.py
src/ptpython/__main__.py
src/ptpython/completer.py
src/ptpython/eventloop.py
src/ptpython/filters.py
src/ptpython/history_browser.py
src/ptpython/ipython.py
src/ptpython/key_bindings.py
src/ptpython/layout.py
src/ptpython/lexer.py
src/ptpython/printer.py
src/ptpython/prompt_style.py
src/ptpython/py.typed
src/ptpython/python_input.py
src/ptpython/repl.py
src/ptpython/signatures.py
src/ptpython/style.py
src/ptpython/utils.py
src/ptpython/validator.py
src/ptpython.egg-info/PKG-INFO
src/ptpython.egg-info/SOURCES.txt
src/ptpython.egg-info/dependency_links.txt
src/ptpython.egg-info/entry_points.txt
src/ptpython.egg-info/requires.txt
src/ptpython.egg-info/top_level.txt
src/ptpython/contrib/__init__.py
src/ptpython/contrib/asyncssh_repl.py
src/ptpython/entry_points/__init__.py
src/ptpython/entry_points/run_ptipython.py
src/ptpython/entry_points/run_ptpython.py
tests/test_dummy.py