sqlshell 0.3.0__tar.gz → 0.3.2__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of sqlshell might be problematic. Click here for more details.
- {sqlshell-0.3.0/sqlshell.egg-info → sqlshell-0.3.2}/PKG-INFO +2 -1
- {sqlshell-0.3.0 → sqlshell-0.3.2}/pyproject.toml +3 -2
- {sqlshell-0.3.0 → sqlshell-0.3.2}/sqlshell/__init__.py +2 -2
- {sqlshell-0.3.0 → sqlshell-0.3.2/sqlshell.egg-info}/PKG-INFO +2 -1
- {sqlshell-0.3.0 → sqlshell-0.3.2}/sqlshell.egg-info/requires.txt +1 -0
- {sqlshell-0.3.0 → sqlshell-0.3.2}/.gitignore +0 -0
- {sqlshell-0.3.0 → sqlshell-0.3.2}/MANIFEST.in +0 -0
- {sqlshell-0.3.0 → sqlshell-0.3.2}/README.md +0 -0
- {sqlshell-0.3.0 → sqlshell-0.3.2}/assets/images/column_encoding.png +0 -0
- {sqlshell-0.3.0 → sqlshell-0.3.2}/assets/images/column_profiler.png +0 -0
- {sqlshell-0.3.0 → sqlshell-0.3.2}/assets/images/sqlshell_demo.png +0 -0
- {sqlshell-0.3.0 → sqlshell-0.3.2}/assets/images/sqlshell_logo.png +0 -0
- {sqlshell-0.3.0 → sqlshell-0.3.2}/docs/F5_F9_FUNCTIONALITY.md +0 -0
- {sqlshell-0.3.0 → sqlshell-0.3.2}/docs/IMPLEMENTATION_SUMMARY.md +0 -0
- {sqlshell-0.3.0 → sqlshell-0.3.2}/main.py +0 -0
- {sqlshell-0.3.0 → sqlshell-0.3.2}/requirements.txt +0 -0
- {sqlshell-0.3.0 → sqlshell-0.3.2}/run.py +0 -0
- {sqlshell-0.3.0 → sqlshell-0.3.2}/setup.cfg +0 -0
- {sqlshell-0.3.0 → sqlshell-0.3.2}/sqlshell/LICENSE +0 -0
- {sqlshell-0.3.0 → sqlshell-0.3.2}/sqlshell/MANIFEST.in +0 -0
- {sqlshell-0.3.0 → sqlshell-0.3.2}/sqlshell/README.md +0 -0
- {sqlshell-0.3.0 → sqlshell-0.3.2}/sqlshell/context_suggester.py +0 -0
- {sqlshell-0.3.0 → sqlshell-0.3.2}/sqlshell/create_test_data.py +0 -0
- {sqlshell-0.3.0 → sqlshell-0.3.2}/sqlshell/data/create_test_data.py +0 -0
- {sqlshell-0.3.0 → sqlshell-0.3.2}/sqlshell/db/__init__.py +0 -0
- {sqlshell-0.3.0 → sqlshell-0.3.2}/sqlshell/db/database_manager.py +0 -0
- {sqlshell-0.3.0 → sqlshell-0.3.2}/sqlshell/db/export_manager.py +0 -0
- {sqlshell-0.3.0 → sqlshell-0.3.2}/sqlshell/editor.py +0 -0
- {sqlshell-0.3.0 → sqlshell-0.3.2}/sqlshell/editor_integration.py +0 -0
- {sqlshell-0.3.0 → sqlshell-0.3.2}/sqlshell/execution_handler.py +0 -0
- {sqlshell-0.3.0 → sqlshell-0.3.2}/sqlshell/main.py +0 -0
- {sqlshell-0.3.0 → sqlshell-0.3.2}/sqlshell/menus.py +0 -0
- {sqlshell-0.3.0 → sqlshell-0.3.2}/sqlshell/query_tab.py +0 -0
- {sqlshell-0.3.0 → sqlshell-0.3.2}/sqlshell/resources/__init__.py +0 -0
- {sqlshell-0.3.0 → sqlshell-0.3.2}/sqlshell/resources/create_icon.py +0 -0
- {sqlshell-0.3.0 → sqlshell-0.3.2}/sqlshell/resources/create_splash.py +0 -0
- {sqlshell-0.3.0 → sqlshell-0.3.2}/sqlshell/resources/icon.png +0 -0
- {sqlshell-0.3.0 → sqlshell-0.3.2}/sqlshell/resources/logo_large.png +0 -0
- {sqlshell-0.3.0 → sqlshell-0.3.2}/sqlshell/resources/logo_medium.png +0 -0
- {sqlshell-0.3.0 → sqlshell-0.3.2}/sqlshell/resources/logo_small.png +0 -0
- {sqlshell-0.3.0 → sqlshell-0.3.2}/sqlshell/resources/splash_screen.gif +0 -0
- {sqlshell-0.3.0 → sqlshell-0.3.2}/sqlshell/splash_screen.py +0 -0
- {sqlshell-0.3.0 → sqlshell-0.3.2}/sqlshell/sqlshell/__init__.py +0 -0
- {sqlshell-0.3.0 → sqlshell-0.3.2}/sqlshell/sqlshell/create_test_data.py +0 -0
- {sqlshell-0.3.0 → sqlshell-0.3.2}/sqlshell/sqlshell/create_test_databases.py +0 -0
- {sqlshell-0.3.0 → sqlshell-0.3.2}/sqlshell/sqlshell_demo.png +0 -0
- {sqlshell-0.3.0 → sqlshell-0.3.2}/sqlshell/styles.py +0 -0
- {sqlshell-0.3.0 → sqlshell-0.3.2}/sqlshell/suggester_integration.py +0 -0
- {sqlshell-0.3.0 → sqlshell-0.3.2}/sqlshell/syntax_highlighter.py +0 -0
- {sqlshell-0.3.0 → sqlshell-0.3.2}/sqlshell/table_list.py +0 -0
- {sqlshell-0.3.0 → sqlshell-0.3.2}/sqlshell/ui/__init__.py +0 -0
- {sqlshell-0.3.0 → sqlshell-0.3.2}/sqlshell/ui/bar_chart_delegate.py +0 -0
- {sqlshell-0.3.0 → sqlshell-0.3.2}/sqlshell/ui/filter_header.py +0 -0
- {sqlshell-0.3.0 → sqlshell-0.3.2}/sqlshell/utils/__init__.py +0 -0
- {sqlshell-0.3.0 → sqlshell-0.3.2}/sqlshell/utils/profile_column.py +0 -0
- {sqlshell-0.3.0 → sqlshell-0.3.2}/sqlshell/utils/profile_distributions.py +0 -0
- {sqlshell-0.3.0 → sqlshell-0.3.2}/sqlshell/utils/profile_entropy.py +0 -0
- {sqlshell-0.3.0 → sqlshell-0.3.2}/sqlshell/utils/profile_foreign_keys.py +0 -0
- {sqlshell-0.3.0 → sqlshell-0.3.2}/sqlshell/utils/profile_keys.py +0 -0
- {sqlshell-0.3.0 → sqlshell-0.3.2}/sqlshell/utils/profile_ohe.py +0 -0
- {sqlshell-0.3.0 → sqlshell-0.3.2}/sqlshell.egg-info/SOURCES.txt +0 -0
- {sqlshell-0.3.0 → sqlshell-0.3.2}/sqlshell.egg-info/dependency_links.txt +0 -0
- {sqlshell-0.3.0 → sqlshell-0.3.2}/sqlshell.egg-info/entry_points.txt +0 -0
- {sqlshell-0.3.0 → sqlshell-0.3.2}/sqlshell.egg-info/top_level.txt +0 -0
- {sqlshell-0.3.0 → sqlshell-0.3.2}/tests/test_query_executor.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: sqlshell
|
|
3
|
-
Version: 0.3.
|
|
3
|
+
Version: 0.3.2
|
|
4
4
|
Summary: A powerful SQL shell with GUI interface for data analysis
|
|
5
5
|
Author: SQLShell Team
|
|
6
6
|
License-Expression: MIT
|
|
@@ -31,6 +31,7 @@ Requires-Dist: matplotlib>=3.10.0
|
|
|
31
31
|
Requires-Dist: scipy>=1.15.0
|
|
32
32
|
Requires-Dist: seaborn>=0.13.0
|
|
33
33
|
Requires-Dist: nltk>=3.8.1
|
|
34
|
+
Requires-Dist: psutil>=5.9.0
|
|
34
35
|
|
|
35
36
|
# SQLShell
|
|
36
37
|
|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "sqlshell"
|
|
7
|
-
version = "0.3.
|
|
7
|
+
version = "0.3.2"
|
|
8
8
|
description = "A powerful SQL shell with GUI interface for data analysis"
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
authors = [
|
|
@@ -38,7 +38,8 @@ dependencies = [
|
|
|
38
38
|
"matplotlib>=3.10.0",
|
|
39
39
|
"scipy>=1.15.0",
|
|
40
40
|
"seaborn>=0.13.0",
|
|
41
|
-
"nltk>=3.8.1"
|
|
41
|
+
"nltk>=3.8.1",
|
|
42
|
+
"psutil>=5.9.0"
|
|
42
43
|
]
|
|
43
44
|
|
|
44
45
|
[project.urls]
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
SQLShell - A powerful SQL shell with GUI interface for data analysis
|
|
3
3
|
"""
|
|
4
4
|
|
|
5
|
-
__version__ = "0.
|
|
5
|
+
__version__ = "0.3.0"
|
|
6
6
|
__author__ = "SQLShell Team"
|
|
7
7
|
|
|
8
8
|
from sqlshell.main import main, SQLShell
|
|
@@ -39,6 +39,6 @@ def start(database_path=None):
|
|
|
39
39
|
print(f"Error opening database: {e}")
|
|
40
40
|
|
|
41
41
|
window.show()
|
|
42
|
-
|
|
42
|
+
return app.exec()
|
|
43
43
|
|
|
44
44
|
# SQLShell package initialization
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: sqlshell
|
|
3
|
-
Version: 0.3.
|
|
3
|
+
Version: 0.3.2
|
|
4
4
|
Summary: A powerful SQL shell with GUI interface for data analysis
|
|
5
5
|
Author: SQLShell Team
|
|
6
6
|
License-Expression: MIT
|
|
@@ -31,6 +31,7 @@ Requires-Dist: matplotlib>=3.10.0
|
|
|
31
31
|
Requires-Dist: scipy>=1.15.0
|
|
32
32
|
Requires-Dist: seaborn>=0.13.0
|
|
33
33
|
Requires-Dist: nltk>=3.8.1
|
|
34
|
+
Requires-Dist: psutil>=5.9.0
|
|
34
35
|
|
|
35
36
|
# SQLShell
|
|
36
37
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|