zaturn 0.2.0__tar.gz → 0.2.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.
- {zaturn-0.2.0 → zaturn-0.2.2}/CHANGELOG.md +7 -0
- {zaturn-0.2.0/zaturn.egg-info → zaturn-0.2.2}/PKG-INFO +4 -4
- {zaturn-0.2.0 → zaturn-0.2.2}/README.md +2 -3
- {zaturn-0.2.0 → zaturn-0.2.2}/pyproject.toml +2 -1
- zaturn-0.2.2/uv.lock +2349 -0
- {zaturn-0.2.0 → zaturn-0.2.2}/zaturn/mcp/__init__.py +13 -10
- zaturn-0.2.2/zaturn/tools/config.py +12 -0
- {zaturn-0.2.0 → zaturn-0.2.2}/zaturn/tools/query_utils.py +13 -1
- {zaturn-0.2.0 → zaturn-0.2.2/zaturn.egg-info}/PKG-INFO +4 -4
- {zaturn-0.2.0 → zaturn-0.2.2}/zaturn.egg-info/SOURCES.txt +0 -1
- {zaturn-0.2.0 → zaturn-0.2.2}/zaturn.egg-info/requires.txt +1 -0
- zaturn-0.2.0/run_sse_server.py +0 -4
- zaturn-0.2.0/uv.lock +0 -1970
- zaturn-0.2.0/zaturn/tools/config.py +0 -95
- {zaturn-0.2.0 → zaturn-0.2.2}/.gitignore +0 -0
- {zaturn-0.2.0 → zaturn-0.2.2}/LICENSE +0 -0
- {zaturn-0.2.0 → zaturn-0.2.2}/setup.cfg +0 -0
- {zaturn-0.2.0 → zaturn-0.2.2}/zaturn/studio/__init__.py +0 -0
- {zaturn-0.2.0 → zaturn-0.2.2}/zaturn/studio/agent_wrapper.py +0 -0
- {zaturn-0.2.0 → zaturn-0.2.2}/zaturn/studio/app.py +0 -0
- {zaturn-0.2.0 → zaturn-0.2.2}/zaturn/studio/static/fira_code.ttf +0 -0
- {zaturn-0.2.0 → zaturn-0.2.2}/zaturn/studio/static/inter_ital_var.ttf +0 -0
- {zaturn-0.2.0 → zaturn-0.2.2}/zaturn/studio/static/inter_var.ttf +0 -0
- {zaturn-0.2.0 → zaturn-0.2.2}/zaturn/studio/static/js/htmx-multi-swap.js +0 -0
- {zaturn-0.2.0 → zaturn-0.2.2}/zaturn/studio/static/js/htmx.min.js +0 -0
- {zaturn-0.2.0 → zaturn-0.2.2}/zaturn/studio/static/logo.png +0 -0
- {zaturn-0.2.0 → zaturn-0.2.2}/zaturn/studio/static/logo.svg +0 -0
- {zaturn-0.2.0 → zaturn-0.2.2}/zaturn/studio/static/noto_emoji.ttf +0 -0
- {zaturn-0.2.0 → zaturn-0.2.2}/zaturn/studio/storage.py +0 -0
- {zaturn-0.2.0 → zaturn-0.2.2}/zaturn/studio/templates/_shell.html +0 -0
- {zaturn-0.2.0 → zaturn-0.2.2}/zaturn/studio/templates/ai_message.html +0 -0
- {zaturn-0.2.0 → zaturn-0.2.2}/zaturn/studio/templates/c_settings_updated.html +0 -0
- {zaturn-0.2.0 → zaturn-0.2.2}/zaturn/studio/templates/c_source_card.html +0 -0
- {zaturn-0.2.0 → zaturn-0.2.2}/zaturn/studio/templates/chat.html +0 -0
- {zaturn-0.2.0 → zaturn-0.2.2}/zaturn/studio/templates/css/style.css +0 -0
- {zaturn-0.2.0 → zaturn-0.2.2}/zaturn/studio/templates/function_call.html +0 -0
- {zaturn-0.2.0 → zaturn-0.2.2}/zaturn/studio/templates/loader.html +0 -0
- {zaturn-0.2.0 → zaturn-0.2.2}/zaturn/studio/templates/manage_sources.html +0 -0
- {zaturn-0.2.0 → zaturn-0.2.2}/zaturn/studio/templates/nav.html +0 -0
- {zaturn-0.2.0 → zaturn-0.2.2}/zaturn/studio/templates/new_conversation.html +0 -0
- {zaturn-0.2.0 → zaturn-0.2.2}/zaturn/studio/templates/settings.html +0 -0
- {zaturn-0.2.0 → zaturn-0.2.2}/zaturn/studio/templates/setup_prompt.html +0 -0
- {zaturn-0.2.0 → zaturn-0.2.2}/zaturn/studio/templates/user_message.html +0 -0
- {zaturn-0.2.0 → zaturn-0.2.2}/zaturn/tools/__init__.py +0 -0
- {zaturn-0.2.0 → zaturn-0.2.2}/zaturn/tools/core.py +0 -0
- {zaturn-0.2.0 → zaturn-0.2.2}/zaturn/tools/example_data/all_pokemon_data.csv +0 -0
- {zaturn-0.2.0 → zaturn-0.2.2}/zaturn/tools/visualizations.py +0 -0
- {zaturn-0.2.0 → zaturn-0.2.2}/zaturn.egg-info/dependency_links.txt +0 -0
- {zaturn-0.2.0 → zaturn-0.2.2}/zaturn.egg-info/entry_points.txt +0 -0
- {zaturn-0.2.0 → zaturn-0.2.2}/zaturn.egg-info/top_level.txt +0 -0
@@ -1,3 +1,10 @@
|
|
1
|
+
#### v0.2.2 (2025-07-31)
|
2
|
+
- Fix for `'function' object has no attribute 'key'`
|
3
|
+
- Changed `pkg_resources` dependency to `importlib.resources`
|
4
|
+
|
5
|
+
#### v0.2.1 (2025-07-24)
|
6
|
+
- Added Support For Microsoft SQL Server Databases
|
7
|
+
|
1
8
|
### v0.2.0 (2025-07-01)
|
2
9
|
- The Studio Interface: Now use Zaturn with an inbuilt UI, with your own LLM API.
|
3
10
|
- Refactored MCP Code.
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: zaturn
|
3
|
-
Version: 0.2.
|
3
|
+
Version: 0.2.2
|
4
4
|
Summary: AI Data Analysis MCP & Studio
|
5
5
|
Author-email: Karthik Devan <krtdvn@gmail.com>
|
6
6
|
Maintainer-email: Karthik Devan <krtdvn@gmail.com>
|
@@ -25,6 +25,7 @@ Requires-Dist: platformdirs>=4.3.7
|
|
25
25
|
Requires-Dist: plotly[express]>=6.0.1
|
26
26
|
Requires-Dist: psycopg2-binary>=2.9.10
|
27
27
|
Requires-Dist: pyarrow>=19.0.1
|
28
|
+
Requires-Dist: pymssql>=2.3.7
|
28
29
|
Requires-Dist: pymysql>=1.1.1
|
29
30
|
Requires-Dist: python-lsp-server>=1.12.2
|
30
31
|
Requires-Dist: python-slugify>=8.0.4
|
@@ -58,7 +59,7 @@ https://github.com/user-attachments/assets/d42dc433-e5ec-4b3e-bef0-5cfc097396ab
|
|
58
59
|
### Multiple Data Sources
|
59
60
|
|
60
61
|
Zaturn can currently connect to the following data sources:
|
61
|
-
- SQL Databases: PostgreSQL, SQLite, DuckDB, MySQL, ClickHouse
|
62
|
+
- SQL Databases: PostgreSQL, SQLite, DuckDB, MySQL, ClickHouse, SQL Server
|
62
63
|
- Files: CSV, Parquet
|
63
64
|
|
64
65
|
Connectors for more data sources are being added.
|
@@ -77,7 +78,7 @@ More visualization capabilities are being added.
|
|
77
78
|
|
78
79
|
## Installation & Setup
|
79
80
|
|
80
|
-
See [https://zaturn.pro/install](https://zaturn.pro/install)
|
81
|
+
See [https://zaturn.pro/docs/install](https://zaturn.pro/docs/install)
|
81
82
|
|
82
83
|
|
83
84
|
## Roadmap
|
@@ -97,7 +98,6 @@ Analyst:
|
|
97
98
|
I can get it done right now. Actually, you can do it right now.
|
98
99
|
You know what? The boss can do it right now.
|
99
100
|
```
|
100
|
-
- A native notebook interface
|
101
101
|
|
102
102
|
## Help And Feedback
|
103
103
|
|
@@ -20,7 +20,7 @@ https://github.com/user-attachments/assets/d42dc433-e5ec-4b3e-bef0-5cfc097396ab
|
|
20
20
|
### Multiple Data Sources
|
21
21
|
|
22
22
|
Zaturn can currently connect to the following data sources:
|
23
|
-
- SQL Databases: PostgreSQL, SQLite, DuckDB, MySQL, ClickHouse
|
23
|
+
- SQL Databases: PostgreSQL, SQLite, DuckDB, MySQL, ClickHouse, SQL Server
|
24
24
|
- Files: CSV, Parquet
|
25
25
|
|
26
26
|
Connectors for more data sources are being added.
|
@@ -39,7 +39,7 @@ More visualization capabilities are being added.
|
|
39
39
|
|
40
40
|
## Installation & Setup
|
41
41
|
|
42
|
-
See [https://zaturn.pro/install](https://zaturn.pro/install)
|
42
|
+
See [https://zaturn.pro/docs/install](https://zaturn.pro/docs/install)
|
43
43
|
|
44
44
|
|
45
45
|
## Roadmap
|
@@ -59,7 +59,6 @@ Analyst:
|
|
59
59
|
I can get it done right now. Actually, you can do it right now.
|
60
60
|
You know what? The boss can do it right now.
|
61
61
|
```
|
62
|
-
- A native notebook interface
|
63
62
|
|
64
63
|
## Help And Feedback
|
65
64
|
|
@@ -1,6 +1,6 @@
|
|
1
1
|
[project]
|
2
2
|
name = "zaturn"
|
3
|
-
version = "0.2.
|
3
|
+
version = "0.2.2"
|
4
4
|
description = "AI Data Analysis MCP & Studio"
|
5
5
|
authors = [
|
6
6
|
{name = "Karthik Devan", email = "krtdvn@gmail.com"},
|
@@ -27,6 +27,7 @@ dependencies = [
|
|
27
27
|
"plotly[express]>=6.0.1",
|
28
28
|
"psycopg2-binary>=2.9.10",
|
29
29
|
"pyarrow>=19.0.1",
|
30
|
+
"pymssql>=2.3.7",
|
30
31
|
"pymysql>=1.1.1",
|
31
32
|
"python-lsp-server>=1.12.2",
|
32
33
|
"python-slugify>=8.0.4",
|