Metadata-Version: 2.4
Name: varro-mcp
Version: 0.1.1
Summary: SQL, persistent Jupyter, and markdown dashboard tooling for Codex.
Project-URL: Homepage, https://github.com/josca42/varro_plugin
Project-URL: Repository, https://github.com/josca42/varro_plugin
Project-URL: Issues, https://github.com/josca42/varro_plugin/issues
Author: josca42
License-Expression: MIT
Keywords: dashboards,data-analysis,jupyter,mcp,sql
Requires-Python: >=3.13
Requires-Dist: geopandas>=1.1.3
Requires-Dist: ipython>=9.12.0
Requires-Dist: jinja2>=3.1.0
Requires-Dist: kaleido>=1.0.0
Requires-Dist: logfire>=4.32.1
Requires-Dist: matplotlib>=3.10.8
Requires-Dist: mcp[cli]>=1.27.0
Requires-Dist: openpyxl>=3.1.5
Requires-Dist: pandas>=3.0.2
Requires-Dist: plotly>=6.7.0
Requires-Dist: psycopg[binary]>=3.3.4
Requires-Dist: pyarrow>=18.0.0
Requires-Dist: pydantic>=2.0.0
Requires-Dist: python-fasthtml>=0.12.0
Requires-Dist: scikit-learn>=1.8.0
Requires-Dist: sqlalchemy>=2.0
Requires-Dist: tabulate>=0.10.0
Requires-Dist: uvicorn>=0.30.0
Description-Content-Type: text/markdown

# Varro

SQL, persistent Jupyter, and markdown dashboard tooling for Codex.

This package provides the Python runtime for the Varro plugin:

- `varro-mcp` starts the MCP server with SQL, Jupyter, and dashboard snapshot tools.
- `varro` starts the local dashboard HTTP server for a project workspace.

The MCP server reads project state from the current working directory by default. Set
`VARRO_PROJECT_DIR` when launching it from another location.
