LICENSE
README.md
pyproject.toml
super_datascope/__init__.py
super_datascope/__main__.py
super_datascope/app.py
super_datascope/config.py
super_datascope.egg-info/PKG-INFO
super_datascope.egg-info/SOURCES.txt
super_datascope.egg-info/dependency_links.txt
super_datascope.egg-info/entry_points.txt
super_datascope.egg-info/requires.txt
super_datascope.egg-info/top_level.txt
super_datascope/common/__init__.py
super_datascope/common/code_formatter.py
super_datascope/common/json_util.py
super_datascope/common/lang_util.py
super_datascope/common/storage.py
super_datascope/components/__init__.py
super_datascope/components/cell_viewer.py
super_datascope/components/data_paginator.py
super_datascope/components/data_source_manager.py
super_datascope/components/file_uploader.py
super_datascope/components/json_path_extractor.py
super_datascope/components/json_table.py
super_datascope/components/sql_editor.py
super_datascope/components/sql_generator.py
super_datascope/components/data_insight/__init__.py
super_datascope/components/data_insight/basic_statistics.py
super_datascope/components/data_insight/chart_builder.py
super_datascope/components/data_insight/insight_tabs.py
super_datascope/components/data_insight/quick_analysis.py
super_datascope/components/data_insight/utils.py
super_datascope/utils/__init__.py
super_datascope/utils/data_loader.py
super_datascope/utils/session_db.py
super_datascope/views/__init__.py
super_datascope/views/data_analysis.py
super_datascope/views/homepage.py
super_datascope/views/sql_query.py