summaryrefslogtreecommitdiffstats
path: root/ptpython.egg-info/SOURCES.txt
blob: 01ce1c4b72fe35477b44c2a5942d2e8908b1838c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
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