LICENSE
README.md
pyproject.toml
src/shemul/__init__.py
src/shemul/alias.py
src/shemul/app.py
src/shemul/autocomplete.py
src/shemul/cli.py
src/shemul/command.py
src/shemul/config.py
src/shemul/context.py
src/shemul/doctor.py
src/shemul/executor.py
src/shemul/guard.py
src/shemul/interactive.py
src/shemul/planner.py
src/shemul/platforms.py
src/shemul/plugins.py
src/shemul/schema.json
src/shemul/settings.py
src/shemul/template.py
src/shemul/ui.py
src/shemul/updater.py
src/shemul/util.py
src/shemul/version.py
src/shemul.egg-info/PKG-INFO
src/shemul.egg-info/SOURCES.txt
src/shemul.egg-info/dependency_links.txt
src/shemul.egg-info/entry_points.txt
src/shemul.egg-info/requires.txt
src/shemul.egg-info/top_level.txt
test/test_alias.py
test/test_backward_compat.py
test/test_cli_wiring.py
test/test_config.py
test/test_cross_os.py
test/test_doctor.py
test/test_executor_exec.py
test/test_global_scope.py
test/test_interactive.py
test/test_packaging.py
test/test_planner.py
test/test_platforms.py
test/test_plugins.py
test/test_schema.py
test/test_settings.py
test/test_template.py
test/test_updater.py