54 lines
1.3 KiB
Text
54 lines
1.3 KiB
Text
|
.gitignore
|
||
|
CHANGELOG
|
||
|
LICENSE
|
||
|
MANIFEST.in
|
||
|
README.rst
|
||
|
pyproject.toml
|
||
|
setup.cfg
|
||
|
setup.py
|
||
|
docs/images/example1.png
|
||
|
docs/images/file-completion.png
|
||
|
docs/images/ipython.png
|
||
|
docs/images/multiline.png
|
||
|
docs/images/ptpython-history-help.png
|
||
|
docs/images/ptpython-menu.png
|
||
|
docs/images/ptpython.png
|
||
|
docs/images/validation.png
|
||
|
docs/images/windows.png
|
||
|
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
|
||
|
ptpython/__init__.py
|
||
|
ptpython/__main__.py
|
||
|
ptpython/completer.py
|
||
|
ptpython/eventloop.py
|
||
|
ptpython/filters.py
|
||
|
ptpython/history_browser.py
|
||
|
ptpython/ipython.py
|
||
|
ptpython/key_bindings.py
|
||
|
ptpython/layout.py
|
||
|
ptpython/lexer.py
|
||
|
ptpython/prompt_style.py
|
||
|
ptpython/python_input.py
|
||
|
ptpython/repl.py
|
||
|
ptpython/signatures.py
|
||
|
ptpython/style.py
|
||
|
ptpython/utils.py
|
||
|
ptpython/validator.py
|
||
|
ptpython.egg-info/PKG-INFO
|
||
|
ptpython.egg-info/SOURCES.txt
|
||
|
ptpython.egg-info/dependency_links.txt
|
||
|
ptpython.egg-info/entry_points.txt
|
||
|
ptpython.egg-info/requires.txt
|
||
|
ptpython.egg-info/top_level.txt
|
||
|
ptpython/contrib/__init__.py
|
||
|
ptpython/contrib/asyncssh_repl.py
|
||
|
ptpython/entry_points/__init__.py
|
||
|
ptpython/entry_points/run_ptipython.py
|
||
|
ptpython/entry_points/run_ptpython.py
|
||
|
tests/run_tests.py
|