LICENSE
README.md
pyproject.toml
my_pyshell.egg-info/PKG-INFO
my_pyshell.egg-info/SOURCES.txt
my_pyshell.egg-info/dependency_links.txt
my_pyshell.egg-info/entry_points.txt
my_pyshell.egg-info/top_level.txt
pyshell/__init__.py
pyshell/__main__.py
pyshell/banner.py
pyshell/builtins.py
pyshell/completion.py
pyshell/executor.py
pyshell/history.py
pyshell/jobs.py
pyshell/main.py
pyshell/parser.py
pyshell/shell.py
tests/test_banner.py
tests/test_parser.py
tests/test_shell.py