.gitignore
MANIFEST.in
README.md
main.py
pyproject.toml
requirements.txt
run.py
assets/images/column_encoding.png
assets/images/column_profiler.png
assets/images/sqlshell_demo.png
assets/images/sqlshell_logo.png
docs/F5_F9_FUNCTIONALITY.md
docs/IMPLEMENTATION_SUMMARY.md
sqlshell/LICENSE
sqlshell/MANIFEST.in
sqlshell/README.md
sqlshell/__init__.py
sqlshell/context_suggester.py
sqlshell/create_test_data.py
sqlshell/editor.py
sqlshell/editor_integration.py
sqlshell/execution_handler.py
sqlshell/main.py
sqlshell/menus.py
sqlshell/query_tab.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.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/create_icon.py
sqlshell/resources/create_splash.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_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
tests/test_query_executor.py