LICENSE
README.md
pyproject.toml
src/shellsmith/__init__.py
src/shellsmith/__main__.py
src/shellsmith/config.py
src/shellsmith/neo4j.py
src/shellsmith/services.py
src/shellsmith/upload.py
src/shellsmith/utils.py
src/shellsmith.egg-info/PKG-INFO
src/shellsmith.egg-info/SOURCES.txt
src/shellsmith.egg-info/dependency_links.txt
src/shellsmith.egg-info/entry_points.txt
src/shellsmith.egg-info/requires.txt
src/shellsmith.egg-info/top_level.txt
src/shellsmith/cli/__init__.py
src/shellsmith/cli/main.py
src/shellsmith/cli/parser.py
src/shellsmith/cli/commands/__init__.py
src/shellsmith/cli/commands/info.py
src/shellsmith/cli/commands/nuke.py
src/shellsmith/cli/commands/shell.py
src/shellsmith/cli/commands/sme.py
src/shellsmith/cli/commands/submodel.py
src/shellsmith/cli/commands/upload.py
src/shellsmith/crud/__init__.py
src/shellsmith/crud/shells.py
src/shellsmith/crud/submodels.py
tests/test_cli.py
tests/test_cli_integration.py
tests/test_crud.py
tests/test_neo4j.py
tests/test_upload.py
tests/test_utils.py