LICENSE
README.md
pyproject.toml
src/mat_ret/__init__.py
src/mat_ret/_config_loader.py
src/mat_ret/api.py
src/mat_ret/databases.py
src/mat_ret/property_mapping.py
src/mat_ret/search.py
src/mat_ret/xrd.py
src/mat_ret.egg-info/PKG-INFO
src/mat_ret.egg-info/SOURCES.txt
src/mat_ret.egg-info/dependency_links.txt
src/mat_ret.egg-info/entry_points.txt
src/mat_ret.egg-info/requires.txt
src/mat_ret.egg-info/top_level.txt
src/mat_ret/gui/__init__.py
src/mat_ret/gui/__main__.py
src/mat_ret/gui/main.py
src/mat_ret/gui/main_window.py
src/mat_ret/gui/utils.py
src/mat_ret/gui/workers.py
src/mat_ret/gui/widgets/__init__.py
src/mat_ret/gui/widgets/collapsible.py
src/mat_ret/gui/widgets/database_selector.py
src/mat_ret/gui/widgets/periodic_table_dialog.py
src/mat_ret/gui/widgets/results_view.py
src/mat_ret/gui/widgets/search_filters.py
src/mat_ret/gui/widgets/storage_browser_dialog.py
src/mat_ret/gui/widgets/storage_config_dialog.py
src/mat_ret/gui/widgets/structure_viewer.py
src/mat_ret/gui/widgets/xrd_generator_window.py
src/mat_ret/optimade/__init__.py
src/mat_ret/optimade/cli.py
src/mat_ret/optimade/harvester.py
src/mat_ret/optimade/registry.py
src/mat_ret/storage/__init__.py
src/mat_ret/storage/base.py
src/mat_ret/storage/factory.py
src/mat_ret/storage/file_storage.py
src/mat_ret/storage/mongo_storage.py
src/mat_ret/storage/sqlite_storage.py
tests/test_element_search_backend.py
tests/test_gui_filters.py
tests/test_search.py
tests/test_storage_factory.py
tests/test_storage_file.py
tests/test_storage_mongo.py
tests/test_storage_sqlite.py
tests/test_xrd.py