zaturn 0.2.1__tar.gz → 0.3.0__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.
Files changed (74) hide show
  1. {zaturn-0.2.1 → zaturn-0.3.0}/CHANGELOG.md +8 -1
  2. {zaturn-0.2.1/zaturn.egg-info → zaturn-0.3.0}/PKG-INFO +5 -5
  3. {zaturn-0.2.1 → zaturn-0.3.0}/README.md +2 -3
  4. {zaturn-0.2.1 → zaturn-0.3.0}/pyproject.toml +3 -2
  5. zaturn-0.3.0/uv.lock +3396 -0
  6. {zaturn-0.2.1 → zaturn-0.3.0}/zaturn/mcp/__init__.py +9 -10
  7. zaturn-0.3.0/zaturn/studio/agent_wrapper.py +55 -0
  8. {zaturn-0.2.1 → zaturn-0.3.0}/zaturn/studio/app.py +48 -41
  9. {zaturn-0.2.1 → zaturn-0.3.0}/zaturn/studio/storage.py +14 -4
  10. {zaturn-0.2.1 → zaturn-0.3.0}/zaturn/studio/templates/_shell.html +3 -3
  11. zaturn-0.3.0/zaturn/studio/templates/ai_message.html +3 -0
  12. {zaturn-0.2.1 → zaturn-0.3.0}/zaturn/studio/templates/c_source_card.html +3 -3
  13. zaturn-0.3.0/zaturn/studio/templates/chat.html +30 -0
  14. zaturn-0.3.0/zaturn/studio/templates/chat_metadata.html +10 -0
  15. {zaturn-0.2.1 → zaturn-0.3.0}/zaturn/studio/templates/css/style.css +146 -21
  16. zaturn-0.3.0/zaturn/studio/templates/function_call.html +8 -0
  17. zaturn-0.3.0/zaturn/studio/templates/icons/arrow-left.svg +3 -0
  18. zaturn-0.3.0/zaturn/studio/templates/icons/arrow-right.svg +3 -0
  19. zaturn-0.3.0/zaturn/studio/templates/icons/chat-bubble.svg +6 -0
  20. zaturn-0.3.0/zaturn/studio/templates/icons/check-circle-solid.svg +3 -0
  21. zaturn-0.3.0/zaturn/studio/templates/icons/database.svg +5 -0
  22. zaturn-0.3.0/zaturn/studio/templates/icons/fire-flame.svg +4 -0
  23. zaturn-0.3.0/zaturn/studio/templates/icons/floppy-disk.svg +5 -0
  24. zaturn-0.3.0/zaturn/studio/templates/icons/link.svg +4 -0
  25. zaturn-0.3.0/zaturn/studio/templates/icons/play.svg +3 -0
  26. zaturn-0.3.0/zaturn/studio/templates/icons/settings.svg +4 -0
  27. zaturn-0.3.0/zaturn/studio/templates/icons/timer.svg +5 -0
  28. zaturn-0.3.0/zaturn/studio/templates/icons/trash.svg +4 -0
  29. zaturn-0.3.0/zaturn/studio/templates/icons/upload.svg +4 -0
  30. zaturn-0.3.0/zaturn/studio/templates/icons/user.svg +4 -0
  31. zaturn-0.3.0/zaturn/studio/templates/icons/warning-triangle.svg +5 -0
  32. zaturn-0.3.0/zaturn/studio/templates/icons/wrench.svg +4 -0
  33. zaturn-0.3.0/zaturn/studio/templates/loader.html +1 -0
  34. {zaturn-0.2.1 → zaturn-0.3.0}/zaturn/studio/templates/manage_sources.html +5 -5
  35. {zaturn-0.2.1 → zaturn-0.3.0}/zaturn/studio/templates/new_conversation.html +2 -2
  36. zaturn-0.3.0/zaturn/studio/templates/settings.html +50 -0
  37. zaturn-0.3.0/zaturn/studio/templates/setup_prompt.html +7 -0
  38. zaturn-0.3.0/zaturn/studio/templates/user_message.html +4 -0
  39. zaturn-0.3.0/zaturn/tools/config.py +12 -0
  40. {zaturn-0.2.1 → zaturn-0.3.0/zaturn.egg-info}/PKG-INFO +5 -5
  41. {zaturn-0.2.1 → zaturn-0.3.0}/zaturn.egg-info/SOURCES.txt +17 -1
  42. {zaturn-0.2.1 → zaturn-0.3.0}/zaturn.egg-info/requires.txt +2 -1
  43. zaturn-0.2.1/uv.lock +0 -2004
  44. zaturn-0.2.1/zaturn/studio/agent_wrapper.py +0 -131
  45. zaturn-0.2.1/zaturn/studio/static/noto_emoji.ttf +0 -0
  46. zaturn-0.2.1/zaturn/studio/templates/ai_message.html +0 -4
  47. zaturn-0.2.1/zaturn/studio/templates/chat.html +0 -22
  48. zaturn-0.2.1/zaturn/studio/templates/function_call.html +0 -7
  49. zaturn-0.2.1/zaturn/studio/templates/loader.html +0 -1
  50. zaturn-0.2.1/zaturn/studio/templates/settings.html +0 -29
  51. zaturn-0.2.1/zaturn/studio/templates/setup_prompt.html +0 -6
  52. zaturn-0.2.1/zaturn/studio/templates/user_message.html +0 -4
  53. zaturn-0.2.1/zaturn/tools/config.py +0 -95
  54. {zaturn-0.2.1 → zaturn-0.3.0}/.gitignore +0 -0
  55. {zaturn-0.2.1 → zaturn-0.3.0}/LICENSE +0 -0
  56. {zaturn-0.2.1 → zaturn-0.3.0}/setup.cfg +0 -0
  57. {zaturn-0.2.1 → zaturn-0.3.0}/zaturn/studio/__init__.py +0 -0
  58. {zaturn-0.2.1 → zaturn-0.3.0}/zaturn/studio/static/fira_code.ttf +0 -0
  59. {zaturn-0.2.1 → zaturn-0.3.0}/zaturn/studio/static/inter_ital_var.ttf +0 -0
  60. {zaturn-0.2.1 → zaturn-0.3.0}/zaturn/studio/static/inter_var.ttf +0 -0
  61. {zaturn-0.2.1 → zaturn-0.3.0}/zaturn/studio/static/js/htmx-multi-swap.js +0 -0
  62. {zaturn-0.2.1 → zaturn-0.3.0}/zaturn/studio/static/js/htmx.min.js +0 -0
  63. {zaturn-0.2.1 → zaturn-0.3.0}/zaturn/studio/static/logo.png +0 -0
  64. {zaturn-0.2.1 → zaturn-0.3.0}/zaturn/studio/static/logo.svg +0 -0
  65. {zaturn-0.2.1 → zaturn-0.3.0}/zaturn/studio/templates/c_settings_updated.html +0 -0
  66. {zaturn-0.2.1 → zaturn-0.3.0}/zaturn/studio/templates/nav.html +0 -0
  67. {zaturn-0.2.1 → zaturn-0.3.0}/zaturn/tools/__init__.py +0 -0
  68. {zaturn-0.2.1 → zaturn-0.3.0}/zaturn/tools/core.py +0 -0
  69. {zaturn-0.2.1 → zaturn-0.3.0}/zaturn/tools/example_data/all_pokemon_data.csv +0 -0
  70. {zaturn-0.2.1 → zaturn-0.3.0}/zaturn/tools/query_utils.py +0 -0
  71. {zaturn-0.2.1 → zaturn-0.3.0}/zaturn/tools/visualizations.py +0 -0
  72. {zaturn-0.2.1 → zaturn-0.3.0}/zaturn.egg-info/dependency_links.txt +0 -0
  73. {zaturn-0.2.1 → zaturn-0.3.0}/zaturn.egg-info/entry_points.txt +0 -0
  74. {zaturn-0.2.1 → zaturn-0.3.0}/zaturn.egg-info/top_level.txt +0 -0
@@ -1,4 +1,11 @@
1
- #### v.0.2.1 (2025-07-24)
1
+ ### v0.3.0 (2025-08-29)
2
+ - Major backend changes in Studio UI; now more stable & smooth
3
+
4
+ #### v0.2.2 (2025-07-31)
5
+ - Fix for `'function' object has no attribute 'key'`
6
+ - Changed `pkg_resources` dependency to `importlib.resources`
7
+
8
+ #### v0.2.1 (2025-07-24)
2
9
  - Added Support For Microsoft SQL Server Databases
3
10
 
4
11
  ### v0.2.0 (2025-07-01)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: zaturn
3
- Version: 0.2.1
3
+ Version: 0.3.0
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>
@@ -18,13 +18,14 @@ Requires-Dist: function-schema>=0.4.5
18
18
  Requires-Dist: kaleido==0.2.1
19
19
  Requires-Dist: mistune>=3.1.3
20
20
  Requires-Dist: openai>=1.82.1
21
- Requires-Dist: openai-agents>=0.0.16
22
21
  Requires-Dist: pandas>=2.2.3
23
22
  Requires-Dist: pillow>=11.2.1
24
23
  Requires-Dist: platformdirs>=4.3.7
25
24
  Requires-Dist: plotly[express]>=6.0.1
26
25
  Requires-Dist: psycopg2-binary>=2.9.10
27
26
  Requires-Dist: pyarrow>=19.0.1
27
+ Requires-Dist: pydantic-ai>=0.8.0
28
+ Requires-Dist: pydantic-core>=2.33.2
28
29
  Requires-Dist: pymssql>=2.3.7
29
30
  Requires-Dist: pymysql>=1.1.1
30
31
  Requires-Dist: python-lsp-server>=1.12.2
@@ -43,7 +44,7 @@ Dynamic: license-file
43
44
  </h1>
44
45
 
45
46
  <a href="https://discord.gg/K8mECeVzpQ">
46
- <img src="https://zaturn.pro/assets/discord-full.png" height="20" width="133" alt="Discord Logo">
47
+ Join the Discord
47
48
  </a>
48
49
 
49
50
  ## Just Chat With Your Data! No SQL, No Python.
@@ -78,7 +79,7 @@ More visualization capabilities are being added.
78
79
 
79
80
  ## Installation & Setup
80
81
 
81
- See [https://zaturn.pro/install](https://zaturn.pro/install)
82
+ See [https://zaturn.pro/docs/install](https://zaturn.pro/docs/install)
82
83
 
83
84
 
84
85
  ## Roadmap
@@ -98,7 +99,6 @@ Analyst:
98
99
  I can get it done right now. Actually, you can do it right now.
99
100
  You know what? The boss can do it right now.
100
101
  ```
101
- - A native notebook interface
102
102
 
103
103
  ## Help And Feedback
104
104
 
@@ -4,7 +4,7 @@
4
4
  </h1>
5
5
 
6
6
  <a href="https://discord.gg/K8mECeVzpQ">
7
- <img src="https://zaturn.pro/assets/discord-full.png" height="20" width="133" alt="Discord Logo">
7
+ Join the Discord
8
8
  </a>
9
9
 
10
10
  ## Just Chat With Your Data! No SQL, No Python.
@@ -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.1"
3
+ version = "0.3.0"
4
4
  description = "AI Data Analysis MCP & Studio"
5
5
  authors = [
6
6
  {name = "Karthik Devan", email = "krtdvn@gmail.com"},
@@ -20,13 +20,14 @@ dependencies = [
20
20
  "kaleido==0.2.1",
21
21
  "mistune>=3.1.3",
22
22
  "openai>=1.82.1",
23
- "openai-agents>=0.0.16",
24
23
  "pandas>=2.2.3",
25
24
  "pillow>=11.2.1",
26
25
  "platformdirs>=4.3.7",
27
26
  "plotly[express]>=6.0.1",
28
27
  "psycopg2-binary>=2.9.10",
29
28
  "pyarrow>=19.0.1",
29
+ "pydantic-ai>=0.8.0",
30
+ "pydantic-core>=2.33.2",
30
31
  "pymssql>=2.3.7",
31
32
  "pymysql>=1.1.1",
32
33
  "python-lsp-server>=1.12.2",