setup.py
src/cli/__init__.py
src/cli/__main__.py
src/cli/core/__init__.py
src/cli/core/common.py
src/cli/core/keys.py
src/cli/core/settings.py
src/cli/core/sign.py
src/cli/core/upload.py
src/cli/ui/__init__.py
src/cli/ui/menu.py
src/cli/ui/menu_utils.py
src/not_so_tuf/__init__.py
src/not_so_tuf/appdirs.py
src/not_so_tuf/client.py
src/not_so_tuf/compat.py
src/not_so_tuf/config.py
src/not_so_tuf/downloader.py
src/not_so_tuf/exceptions.py
src/not_so_tuf/filecrypt.py
src/not_so_tuf/key_handler.py
src/not_so_tuf/package_handler.py
src/not_so_tuf/patcher.py
src/not_so_tuf/scp.py
src/not_so_tuf/utils.py
src/not_so_tuf/version.py
src/not_so_tuf.egg-info/PKG-INFO
src/not_so_tuf.egg-info/SOURCES.txt
src/not_so_tuf.egg-info/dependency_links.txt
src/not_so_tuf.egg-info/entry_points.txt
src/not_so_tuf.egg-info/requires.txt
src/not_so_tuf.egg-info/top_level.txt
src/not_so_tuf/uploader/__init__.py
src/not_so_tuf/uploader/common.py
src/not_so_tuf/uploader/s3.py
src/not_so_tuf/uploader/scp.py