LICENSE
README.md
pyproject.toml
src/shellsmith/__init__.py
src/shellsmith/__main__.py
src/shellsmith/config.py
src/shellsmith/extract.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/app.py
src/shellsmith/cli/args.py
src/shellsmith/cli/formats.py
src/shellsmith/cli/handlers.py
src/shellsmith/cli/opts.py
src/shellsmith/cli/pretty.py
src/shellsmith/cli/resolve.py
src/shellsmith/cli/simplify.py
src/shellsmith/cli/commands/__init__.py
src/shellsmith/cli/commands/decode.py
src/shellsmith/cli/commands/encode.py
src/shellsmith/cli/commands/info.py
src/shellsmith/cli/commands/nuke.py
src/shellsmith/cli/commands/upload.py
src/shellsmith/cli/commands/groups/__init__.py
src/shellsmith/cli/commands/groups/create.py
src/shellsmith/cli/commands/groups/delete.py
src/shellsmith/cli/commands/groups/get.py
src/shellsmith/cli/commands/groups/update.py
src/shellsmith/crud/__init__.py
src/shellsmith/crud/shells.py
src/shellsmith/crud/submodels.py
tests/test_neo4j.py
tests/test_services.py
tests/test_upload.py
tests/test_utils.py