diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2021-11-08 13:25:29 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2021-11-08 13:25:29 +0000 |
commit | 94d2563a3569ceda457cedd45ab406129557e2cc (patch) | |
tree | b9d6c077349a57688ffbc934e80af6f54424652e /ptpython.egg-info/SOURCES.txt | |
parent | Releasing debian version 3.0.19-2. (diff) | |
download | ptpython-94d2563a3569ceda457cedd45ab406129557e2cc.tar.xz ptpython-94d2563a3569ceda457cedd45ab406129557e2cc.zip |
Merging upstream version 3.0.20.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'ptpython.egg-info/SOURCES.txt')
-rw-r--r-- | ptpython.egg-info/SOURCES.txt | 54 |
1 files changed, 54 insertions, 0 deletions
diff --git a/ptpython.egg-info/SOURCES.txt b/ptpython.egg-info/SOURCES.txt new file mode 100644 index 0000000..01ce1c4 --- /dev/null +++ b/ptpython.egg-info/SOURCES.txt @@ -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
\ No newline at end of file |