zaturn 0.1.0__py3-none-any.whl → 0.1.1__py3-none-any.whl

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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: zaturn
3
- Version: 0.1.0
3
+ Version: 0.1.1
4
4
  Summary: AI Data Analysis MCP
5
5
  Author-email: Karthik Devan <krtdvn@gmail.com>
6
6
  Maintainer-email: Karthik Devan <krtdvn@gmail.com>
@@ -21,6 +21,7 @@ Requires-Dist: pyarrow>=19.0.1
21
21
  Requires-Dist: pymysql>=1.1.1
22
22
  Requires-Dist: python-lsp-server>=1.12.2
23
23
  Requires-Dist: seaborn>=0.13.2
24
+ Requires-Dist: setuptools>=78.1.0
24
25
  Requires-Dist: sqlalchemy>=2.0.40
25
26
  Requires-Dist: tabulate>=0.9.0
26
27
  Dynamic: license-file
@@ -68,9 +69,9 @@ Using an MCP like Zaturn will keep your data where it is, and enable AI to draft
68
69
  ## Installation & Setup
69
70
  1. Install [uv](https://docs.astral.sh/uv/getting-started/installation/#installation-methods)
70
71
 
71
- 2. Clone/Download this repository:
72
+ 2. Install Zaturn with uv:
72
73
  ```bash
73
- $ git clone https://github.com/kdqed/zaturn.git
74
+ $ uv tool install zaturn
74
75
  ```
75
76
 
76
77
  3. Add to MCP config, with data sources:
@@ -0,0 +1,12 @@
1
+ zaturn/__init__.py,sha256=v4t5fkRuIJFE-SBxCa5pBjZv0EoC0eWK75nU9iaa7Rg,267
2
+ zaturn/config.py,sha256=Pq7mNScRnQ4PycDv3cqFVSK9Y9N9V9k3bdGgVo-P4Ns,3253
3
+ zaturn/core.py,sha256=sn2oliWVDqhYSAwSe5VbhNamaKAsnlrT3oc6uzffzs4,3267
4
+ zaturn/query_utils.py,sha256=zyQjcRnPKGHZdf0XHzQeMxHw9vieZIwXhBbVGP87ml4,2801
5
+ zaturn/visualizations.py,sha256=Dj08msgZ_DIMEVvJIlybT3cIA3GNkcXVOa9TJsHK2yo,4551
6
+ zaturn/example_data/all_pokemon_data.csv,sha256=SUlGHHWbehuLg-ch1YUrQ6-xBtqHGw6rIkyn70fAgCk,130893
7
+ zaturn-0.1.1.dist-info/licenses/LICENSE,sha256=mZSuFlbEBZGl0-8ULRMLdRDbhau5hrWRNQOjytYeaug,1070
8
+ zaturn-0.1.1.dist-info/METADATA,sha256=etCpT5a2AxDSP_hc7_ic6ecEd_aZYGsQNdvzTWtbQbU,5834
9
+ zaturn-0.1.1.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91
10
+ zaturn-0.1.1.dist-info/entry_points.txt,sha256=N1UZC2zvod92_Brs4A2xZiAnt-iGLBNryglXfwhxfj4,43
11
+ zaturn-0.1.1.dist-info/top_level.txt,sha256=KLUnwQwVZkfd5YCnnqR35MOOs8KLhanPGelvmRo2MVA,7
12
+ zaturn-0.1.1.dist-info/RECORD,,
@@ -1,11 +0,0 @@
1
- zaturn/__init__.py,sha256=v4t5fkRuIJFE-SBxCa5pBjZv0EoC0eWK75nU9iaa7Rg,267
2
- zaturn/config.py,sha256=t11_sJxTsliTGpImveqmgjXWTDeijK8VMqqTPygEY7E,3154
3
- zaturn/core.py,sha256=sn2oliWVDqhYSAwSe5VbhNamaKAsnlrT3oc6uzffzs4,3267
4
- zaturn/query_utils.py,sha256=zyQjcRnPKGHZdf0XHzQeMxHw9vieZIwXhBbVGP87ml4,2801
5
- zaturn/visualizations.py,sha256=Dj08msgZ_DIMEVvJIlybT3cIA3GNkcXVOa9TJsHK2yo,4551
6
- zaturn-0.1.0.dist-info/licenses/LICENSE,sha256=mZSuFlbEBZGl0-8ULRMLdRDbhau5hrWRNQOjytYeaug,1070
7
- zaturn-0.1.0.dist-info/METADATA,sha256=_NI82YYMcGMc1Jz2OH6XmGwsoLUVpPB5zxvu0d1mCjM,5831
8
- zaturn-0.1.0.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91
9
- zaturn-0.1.0.dist-info/entry_points.txt,sha256=N1UZC2zvod92_Brs4A2xZiAnt-iGLBNryglXfwhxfj4,43
10
- zaturn-0.1.0.dist-info/top_level.txt,sha256=KLUnwQwVZkfd5YCnnqR35MOOs8KLhanPGelvmRo2MVA,7
11
- zaturn-0.1.0.dist-info/RECORD,,
File without changes