LICENSE
README.md
pyproject.toml
setup.cfg
sett/__init__.py
sett/py.typed
sett/version.py
sett.egg-info/PKG-INFO
sett.egg-info/SOURCES.txt
sett.egg-info/dependency_links.txt
sett.egg-info/entry_points.txt
sett.egg-info/not-zip-safe
sett.egg-info/requires.txt
sett.egg-info/top_level.txt
sett/cli/__init__.py
sett/cli/cli_builder.py
sett/cli/progress.py
sett/core/__init__.py
sett/core/archive.py
sett/core/checksum.py
sett/core/crypt.py
sett/core/error.py
sett/core/filesystem.py
sett/core/metadata.py
sett/core/request.py
sett/core/secret.py
sett/core/versioncheck.py
sett/gui/__init__.py
sett/gui/__main__.py
sett/gui/component.py
sett/gui/decrypt_tab.py
sett/gui/encrypt_tab.py
sett/gui/file_selection_widget.py
sett/gui/key_generation_dialog.py
sett/gui/keys_download_dialog.py
sett/gui/keys_tab.py
sett/gui/listener.py
sett/gui/main_window.py
sett/gui/model.py
sett/gui/parallel.py
sett/gui/pyside.py
sett/gui/settings_tab.py
sett/gui/theme.py
sett/gui/transfer_tab.py
sett/gui/ui_model_bind.py
sett/gui/resources/__init__.py
sett/gui/resources/rc_icons.py
sett/protocols/__init__.py
sett/protocols/defs.py
sett/protocols/liquid_files.py
sett/protocols/multipart.py
sett/protocols/protocol.py
sett/protocols/s3.py
sett/protocols/sftp.py
sett/utils/__init__.py
sett/utils/config.py
sett/utils/error_handling.py
sett/utils/get_config_path.py
sett/utils/log.py
sett/utils/progress.py
sett/utils/validation.py
sett/workflows/__init__.py
sett/workflows/config.py
sett/workflows/decrypt.py
sett/workflows/encrypt.py
sett/workflows/transfer.py
sett/workflows/upload_keys.py