MANIFEST.in
README
setup.py
kryptal/__init__.py
kryptal.egg-info/PKG-INFO
kryptal.egg-info/SOURCES.txt
kryptal.egg-info/dependency_links.txt
kryptal.egg-info/entry_points.txt
kryptal.egg-info/requires.txt
kryptal.egg-info/top_level.txt
kryptal/gui/Application.py
kryptal/gui/MainWindow.py
kryptal/gui/__init__.py
kryptal/gui/__main__.py
kryptal/gui/mainwindow.ui
kryptal/gui/controller/CreateDirectoryYesNoController.py
kryptal/gui/controller/CreateFilesystemController.py
kryptal/gui/controller/__init__.py
kryptal/gui/view/__init__.py
kryptal/gui/view/dialogs/CreateFilesystemDialog.py
kryptal/gui/view/dialogs/__init__.py
kryptal/gui/view/dialogs/createfilesystemdialog.ui
kryptal/gui/view/icons/Icons.py
kryptal/gui/view/icons/__init__.py
kryptal/gui/view/icons/gear.svg
kryptal/gui/view/icons/sources.txt
kryptal/gui/view/utils/DirCompleter.py
kryptal/gui/view/utils/PasswordsMatchPolicy.py
kryptal/gui/view/utils/__init__.py
kryptal/gui/view/widgets/DirSelector.py
kryptal/gui/view/widgets/FileSystemList.py
kryptal/gui/view/widgets/FileSystemListItem.py
kryptal/gui/view/widgets/__init__.py
kryptal/gui/view/widgets/dirselector.ui
kryptal/gui/view/widgets/filesystemlistitem.ui
kryptal/model/ConfigFileRef.py
kryptal/model/Filesystem.py
kryptal/model/FilesystemStateFileRef.py
kryptal/model/Filesystems.py
kryptal/model/__init__.py
kryptal/pluginmanager/IFilesystem.py
kryptal/pluginmanager/IStorageProvider.py
kryptal/pluginmanager/KryptalPlugins.py
kryptal/pluginmanager/__init__.py
kryptal/plugins/__init__.py
kryptal/plugins/filesystems/CryFS.kryptal-plugin
kryptal/plugins/filesystems/CryFS.py
kryptal/plugins/filesystems/__init__.py
kryptal/plugins/storageproviders/Dropbox.kryptal-plugin
kryptal/plugins/storageproviders/Dropbox.py
kryptal/plugins/storageproviders/LocalFolder.kryptal-plugin
kryptal/plugins/storageproviders/LocalFolder.py
kryptal/plugins/storageproviders/__init__.py
kryptal/services/FilesystemCreatorService.py
kryptal/services/__init__.py
kryptal/utils/Paths.py
kryptal/utils/__init__.py
stubs/__init__.py
stubs/nose/__init__.py
stubs/yapsy/__init__.py
tests/__init__.py
tests/dummy_test.py
tests/gui/Application_test.py
tests/gui/MainWindow_test.py
tests/gui/__init__.py
tests/gui/main_test.py
tests/gui/controller/CreateDirectoryYesNoController_test.py
tests/gui/controller/CreateFilesystemController_test.py
tests/gui/controller/CreateFilesystem_Integration_test.py
tests/gui/controller/__init__.py
tests/gui/view/__init__.py
tests/gui/view/dialogs/CreateFilesystemDialog_test.py
tests/gui/view/dialogs/__init__.py
tests/gui/view/utils/PasswordsMatchPolicy_test.py
tests/gui/view/utils/__init__.py
tests/gui/view/widgets/DirSelector_test.py
tests/gui/view/widgets/__init__.py
tests/model/ConfigFileRef_test.py
tests/model/FilesystemsStateFileRef_test.py
tests/model/Filesystems_test.py
tests/model/__init__.py
tests/pluginmanager/KryptalPlugins_test.py
tests/pluginmanager/__init__.py
tests/plugins/IFilesystem_test.py
tests/plugins/IStorageProvider_test.py
tests/plugins/__init__.py
tests/services/FilesystemCreatorService_Integration_test.py
tests/services/FilesystemCreatorService_test.py
tests/services/__init__.py
tests/utils/Paths_test.py
tests/utils/__init__.py