Installation
Requirements
- Python 3.10+
- Pandera 0.19+
pip
uv
Extras
Rich terminal output
Enables a progress spinner and formatted summary table in the CLI:
Watch mode
Enables --watch / -w flag for live reload on .py file changes:
All extras
Docker
docker run --rm \
-v /path/to/myproject:/project:ro \
-p 8765:8765 \
ghcr.io/darius-krsk/pandera-ui:latest
Or with Docker Compose — create a docker-compose.yml:
services:
pandera-ui:
image: ghcr.io/darius-krsk/pandera-ui:latest
volumes:
- /path/to/myproject:/project:ro
ports:
- "8765:8765"
Then: