MANIFEST.in
README.md
pyproject.toml
sqlshell/__init__.py
sqlshell/__main__.py
sqlshell/ai_autocomplete.py
sqlshell/ai_settings_dialog.py
sqlshell/context_suggester.py
sqlshell/create_test_data.py
sqlshell/editor.py
sqlshell/editor_integration.py
sqlshell/execution_handler.py
sqlshell/menus.py
sqlshell/notification_manager.py
sqlshell/query_tab.py
sqlshell/space_invaders.py
sqlshell/splash_screen.py
sqlshell/sqlshell_demo.png
sqlshell/styles.py
sqlshell/suggester_integration.py
sqlshell/syntax_highlighter.py
sqlshell/table_list.py
sqlshell/widgets.py
sqlshell.egg-info/PKG-INFO
sqlshell.egg-info/SOURCES.txt
sqlshell.egg-info/dependency_links.txt
sqlshell.egg-info/entry_points.txt
sqlshell.egg-info/requires.txt
sqlshell.egg-info/top_level.txt
sqlshell/data/create_test_data.py
sqlshell/db/__init__.py
sqlshell/db/database_manager.py
sqlshell/db/export_manager.py
sqlshell/resources/__init__.py
sqlshell/resources/icon.png
sqlshell/resources/logo_large.png
sqlshell/resources/logo_medium.png
sqlshell/resources/logo_small.png
sqlshell/resources/splash_screen.gif
sqlshell/sqlshell/__init__.py
sqlshell/sqlshell/create_test_data.py
sqlshell/sqlshell/create_test_databases.py
sqlshell/ui/__init__.py
sqlshell/ui/bar_chart_delegate.py
sqlshell/ui/filter_header.py
sqlshell/utils/__init__.py
sqlshell/utils/profile_cn2.py
sqlshell/utils/profile_column.py
sqlshell/utils/profile_distributions.py
sqlshell/utils/profile_entropy.py
sqlshell/utils/profile_foreign_keys.py
sqlshell/utils/profile_keys.py
sqlshell/utils/profile_ohe.py
sqlshell/utils/profile_ohe_advanced.py
sqlshell/utils/profile_ohe_comparison.py
sqlshell/utils/profile_prediction.py
sqlshell/utils/profile_similarity.py
sqlshell/utils/search_in_df.py
tests/test_ai_autocomplete.py
tests/test_cn2.py
tests/test_database_manager.py
tests/test_export.py
tests/test_ghost_text.py
tests/test_multi_delete.py
tests/test_package_imports.py
tests/test_query_executor.py
tests/test_search.py
tests/test_search_performance.py
tests/test_version.py