Metadata-Version: 2.4
Name: kanbaroo-cli
Version: 0.3.0
Summary: Kanbaroo command-line interface
Author: Adam Reese
License: MIT
Requires-Python: >=3.12
Requires-Dist: httpx>=0.27
Requires-Dist: kanbaroo-core
Requires-Dist: rich>=13.7
Requires-Dist: typer>=0.12
Description-Content-Type: text/markdown

# kanbaroo-cli

Typer-based command-line interface for [Kanbaroo](https://github.com/areese801/kanbaroo), a kanban-style issue tracker. Provides the `kanbaroo` and `kb` console scripts for working with workspaces, epics, stories, comments, tags, linkages, tokens, audit trails, export, and backups from the shell.

```bash
pip install kanbaroo-cli
kb init        # mint your first token
kb --help
```

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

License: MIT.
