Metadata-Version: 2.4
Name: seizu
Version: 2.1.0
Summary: Configuration-driven reporting platform for Neo4j graph data
License-Expression: Apache-2.0
License-File: LICENSE
License-File: NOTICE
Requires-Python: >=3.12
Requires-Dist: asyncpg>=0.31.0
Requires-Dist: boto3>=1.42.0
Requires-Dist: cryptography>=47.0.0
Requires-Dist: cyver>=2.0.0
Requires-Dist: datadog>=0.52.0
Requires-Dist: fastapi>=0.136.0
Requires-Dist: gunicorn>=25.0.0
Requires-Dist: httpx>=0.28.0
Requires-Dist: keyring>=25.0.0
Requires-Dist: mcp>=1.27.0
Requires-Dist: neo4j>=6.0.0
Requires-Dist: pydantic>=2.13.0
Requires-Dist: pyjwt[crypto]>=2.12.0
Requires-Dist: python-json-logger>=4.0.0
Requires-Dist: python-multipart>=0.0.27
Requires-Dist: pyyaml>=6.0.0
Requires-Dist: requests>=2.33.0
Requires-Dist: rich>=15.0.0
Requires-Dist: secure>=2.0.0
Requires-Dist: shellingham>=1.5.0
Requires-Dist: slack-sdk>=3.41.0
Requires-Dist: snowflake-id>=1.0.2
Requires-Dist: sqlmodel>=0.0.38
Requires-Dist: typer>=0.25.0
Requires-Dist: uvicorn>=0.46.0
Description-Content-Type: text/markdown

![seizu logo](/images/logo-horizontal-black.svg#gh-light-mode-only)
![seizu logo](/images/logo-horizontal-white.svg#gh-dark-mode-only)

# Seizu (星図)

[![OpenSSF Scorecard](https://api.scorecard.dev/projects/github.com/mappedsky/seizu/badge)](https://scorecard.dev/viewer/?uri=github.com/mappedsky/seizu)

## What is Seizu?

[Seizu (星図)](https://mappedsky.github.io/seizu/) is a star chart for your security graph — a React + Python frontend for Neo4j data, built for [Cartography](https://github.com/cartography-cncf/cartography) and [Starbase](https://github.com/JupiterOne/starbase).

Seizu includes:

* A browser-editable dashboard with a row/panel layout and multiple panel types for visualizing Cypher query results
* An interactive Cypher query console with schema browsing and per-user history
* A built-in MCP server that exposes user-defined toolsets so LLM agents can query the graph alongside you
* A scheduled-query worker — runs Cypher on a schedule or on graph events, with action plugins (Slack, SQS, log)
* Native OIDC / JWT auth — connect Seizu directly to your IDP; no proxy required

## Getting started

Seizu has a [quickstart guide](https://mappedsky.github.io/seizu/install/quickstart.html), which can be used for evaluation, or development.

## Documentation

* [Quickstart](https://mappedsky.github.io/seizu/install/quickstart.html)
* [Installation documentation](https://mappedsky.github.io/seizu/install/backend.html)
* [Dashboard configuration](https://mappedsky.github.io/seizu/install/dashboard.html)
* [Scheduled query documentation](https://mappedsky.github.io/seizu/install/scheduled-queries.html)
* [Basic development documentation](https://mappedsky.github.io/seizu/dev/dependencies.html)
