LICENSE
README.md
pyproject.toml
stadata_x/__init__.py
stadata_x/api_client.py
stadata_x/app.py
stadata_x/config.py
stadata_x/main.py
stadata_x.egg-info/PKG-INFO
stadata_x.egg-info/SOURCES.txt
stadata_x.egg-info/dependency_links.txt
stadata_x.egg-info/entry_points.txt
stadata_x.egg-info/requires.txt
stadata_x.egg-info/top_level.txt
stadata_x/assets/app.css
stadata_x/assets/logo.txt
stadata_x/screens/dashboard_screen.py
stadata_x/screens/download_dialog_screen.py
stadata_x/screens/settings_screen.py
stadata_x/screens/table_view_screen.py
stadata_x/screens/welcome_screen.py
stadata_x/widgets/__init__.py
stadata_x/widgets/data_explorer.py
stadata_x/widgets/data_table.py
stadata_x/widgets/footer.py
stadata_x/widgets/header.py
stadata_x/widgets/plot_widget.py
stadata_x/widgets/spinner.py
tests/test_api_client.py
tests/test_config.py
tests/test_integration.py
tests/test_main.py
tests/test_ui_components.py
tests/test_utils.py