LICENSE
MANIFEST.in
README.md
setup.cfg
setup.py
src/2025_assignment2_vaultPasswordManager.egg-info/PKG-INFO
src/2025_assignment2_vaultPasswordManager.egg-info/SOURCES.txt
src/2025_assignment2_vaultPasswordManager.egg-info/dependency_links.txt
src/2025_assignment2_vaultPasswordManager.egg-info/entry_points.txt
src/2025_assignment2_vaultPasswordManager.egg-info/requires.txt
src/2025_assignment2_vaultPasswordManager.egg-info/top_level.txt
src/lib/Config.py
src/lib/Encryption.py
src/lib/__init__.py
src/models/Category.py
src/models/Secret.py
src/models/User.py
src/models/__init__.py
src/models/base.py
src/modules/__init__.py
src/modules/autocomplete.py
src/modules/carry.py
src/modules/misc.py
src/perftest/__init__.py
src/perftest/test_performance.py
src/tools/__init__.py
src/tools/troubleshoot_db.py
src/unittest/__init__.py
src/unittest/base.py
src/unittest/test_vault.py
src/unittest/lib/__init__.py
src/unittest/lib/test_Config.py
src/unittest/lib/test_Encryption.py
src/unittest/models/__init__.py
src/unittest/models/test_Category.py
src/unittest/models/test_Secret.py
src/unittest/models/test_User.py
src/unittest/models/test_base.py
src/unittest/modules/__init__.py
src/unittest/modules/test_autocomplete.py
src/unittest/modules/test_carry.py
src/unittest/modules/test_misc.py
src/unittest/tools/__init__.py
src/unittest/tools/test_troubleshoot_db.py
src/unittest/views/__init__.py
src/unittest/views/test_categories.py
src/unittest/views/test_change_key.py
src/unittest/views/test_clipboard.py
src/unittest/views/test_import_export.py
src/unittest/views/test_menu.py
src/unittest/views/test_migration.py
src/unittest/views/test_secrets.py
src/unittest/views/test_setup.py
src/unittest/views/test_users.py
src/views/__init__.py
src/views/categories.py
src/views/change_key.py
src/views/clipboard.py
src/views/import_export.py
src/views/menu.py
src/views/migration.py
src/views/secrets.py
src/views/setup.py
src/views/users.py