LICENSE
README.md
pyproject.toml
shipcli/__init__.py
shipcli/__main__.py
shipcli/builder.py
shipcli/cli.py
shipcli/config.py
shipcli/console.py
shipcli/installer.py
shipcli/publisher.py
shipcli/scaffold.py
shipcli/version.py
shipcli.egg-info/PKG-INFO
shipcli.egg-info/SOURCES.txt
shipcli.egg-info/dependency_links.txt
shipcli.egg-info/entry_points.txt
shipcli.egg-info/requires.txt
shipcli.egg-info/top_level.txt
shipcli/commands/__init__.py
shipcli/commands/build.py
shipcli/commands/init.py
shipcli/commands/install.py
shipcli/commands/publish.py
shipcli/commands/uninstall.py
shipcli/commands/upgrade.py
tests/test_build_install.py
tests/test_cli.py
tests/test_init.py
tests/test_publish.py