Merging upstream version 3.0.20.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
d06f6264af
commit
29560d1aa1
16 changed files with 658 additions and 152 deletions
54
ptpython.egg-info/SOURCES.txt
Normal file
54
ptpython.egg-info/SOURCES.txt
Normal file
|
@ -0,0 +1,54 @@
|
|||
.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
|
Loading…
Add table
Add a link
Reference in a new issue