Metadata-Version: 2.4
Name: inquira-ce
Version: 0.5.7a8
Summary: Inquira community edition backend and bundled web UI for local AI-assisted data analysis.
Requires-Python: >=3.12
Description-Content-Type: text/markdown
Requires-Dist: jupyter-client>=8.6.3
Requires-Dist: ipykernel>=6.30.1
Requires-Dist: aiofiles>=24.1.0
Requires-Dist: aiosqlite>=0.21.0
Requires-Dist: alembic>=1.16.5
Requires-Dist: asyncpg>=0.30.0
Requires-Dist: colorama>=0.4.6
Requires-Dist: duckdb>=1.3.2
Requires-Dist: fastapi>=0.119.1
Requires-Dist: greenlet>=3.2.4
Requires-Dist: httpx>=0.28.1
Requires-Dist: jinja2>=3.1.6
Requires-Dist: keyring>=25.6.0
Requires-Dist: pandas>=2.3.2
Requires-Dist: openpyxl>=3.1.5
Requires-Dist: pydantic>=2.11.7
Requires-Dist: python-dotenv>=1.1.1
Requires-Dist: psycopg[binary]>=3.2.10
Requires-Dist: sqlalchemy>=2.0.43
Requires-Dist: uvicorn[standard]>=0.32.0
Requires-Dist: langchain>=1.0.1
Requires-Dist: langchain-openai>=1.0.1
Requires-Dist: langchain-anthropic>=0.3.0
Requires-Dist: langgraph-checkpoint-sqlite>=2.0.11
Requires-Dist: langgraph-cli[inmem]>=0.4.4
Requires-Dist: sse-starlette>=2.1.3
Requires-Dist: arize-phoenix>=13.3.0
Requires-Dist: openinference-instrumentation-langchain>=0.1.59
Requires-Dist: rich>=14.3.3

# inquira-ce

Inquira CE is a local-first AI data analysis application.
This package ships the FastAPI backend and bundled frontend static assets so you can run the app after install.

## Install

```bash
pip install inquira-ce
```

## Run

```bash
inquira
```

By default, the server listens on `http://localhost:8000`.
