Metadata-Version: 2.4
Name: knoteboard
Version: 0.1.1
Summary: knoteboard – is a small command-line personal ticket management tool that provides a Kanban-style board
License-Expression: MIT
Project-URL: Repository, https://github.com/rmind/knoteboard
Keywords: notes,kanban,board,sticky notes
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: click>=8.3.1
Requires-Dist: dateparser>=1.3.0
Requires-Dist: pydantic>=2.12.5
Requires-Dist: urwid>=3.0.3
Dynamic: license-file

# knoteboard

**knoteboard** is a small command-line personal ticket management tool that
provides a Kanban-style board.

Upstream at: https://github.com/rmind/knoteboard

## Introduction

The tool is intended to be very minimalistic, but fast to operate.  It may
be used for **sticky notes** with reminders or it may be used as a basic
**Kanban-style board**.  It supports **Vi-style key bindings**.

## Usage

Local:
```shell
uv run python -m knoteboard
```
