Metadata-Version: 2.4
Name: kanbaroo-core
Version: 0.3.0
Summary: Kanbaroo core: models, schemas, business logic, migrations
Author: Adam Reese
License: MIT
Requires-Python: >=3.12
Requires-Dist: alembic>=1.13
Requires-Dist: pyarrow>=15
Requires-Dist: pydantic>=2.7
Requires-Dist: sqlalchemy>=2.0
Requires-Dist: uuid-utils>=0.9
Description-Content-Type: text/markdown

# kanbaroo-core

Shared SQLAlchemy models, Pydantic schemas, services, audit emission, WebSocket event bus, and Alembic migrations for [Kanbaroo](https://github.com/areese801/kanbaroo), a kanban-style issue tracker with a TUI, REST + WebSocket API, CLI, and MCP server.

This package is a runtime dependency of every other Kanbaroo package. To install everything at once:

```bash
pip install 'kanbaroo[all]'
```

Full docs: [github.com/areese801/kanbaroo](https://github.com/areese801/kanbaroo).

License: MIT.
