LICENSE
README.md
pyproject.toml
src/examples/_extend_path.py
src/examples/discoverable.py
src/examples/discoverable_api.py
src/examples/discoverable_with_oas.py
src/examples/filesystem.py
src/examples/object_parser.py
src/examples/shell_example.py
src/mash/__main__.py
src/mash/cli.py
src/mash/doc_inference.py
src/mash/html_table.py
src/mash/html_table_data.py
src/mash/io_util.py
src/mash/object_parser_server.py
src/mash/parallel.py
src/mash/parallel_requests.py
src/mash/pipeline.py
src/mash/server.py
src/mash/subshell.py
src/mash/util.py
src/mash/verify_server.py
src/mash/filesystem/discoverable.py
src/mash/filesystem/filesystem.py
src/mash/filesystem/view.py
src/mash/object_parser/errors.py
src/mash/object_parser/factory.py
src/mash/object_parser/oas.py
src/mash/object_parser/object_parser.py
src/mash/object_parser/object_parser_standards.py
src/mash/object_parser/spec.py
src/mash/shell/base.py
src/mash/shell/function.py
src/mash/shell/progress_bar.py
src/mash/shell/shell.py
src/mash/shell/with_filesystem.py
src/mash_shell.egg-info/PKG-INFO
src/mash_shell.egg-info/SOURCES.txt
src/mash_shell.egg-info/dependency_links.txt
src/mash_shell.egg-info/requires.txt
src/mash_shell.egg-info/top_level.txt
test/test_html_table.py
test/test_parallel.py
test/test_pipeline.py
test/test_server.py
test/test_util.py
test/test_verify_server.py