Metadata-Version: 2.2
Name: shudo
Version: 0.1.0
Summary: ShuDo — a CLI programming productivity tool (notes, kanban tasks, pomodoro)
License: MIT
Keywords: productivity,notes,tasks,kanban,pomodoro,cli
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE.md

# ShuDo

A terminal-based programming productivity tool: **notes**, **kanban tasks**, and **pomodoro timer**.

Built with Python's `curses` and SQLite.

## Requirements

- Python 3.8+
- A terminal that supports curses (Linux, macOS, WSL on Windows)
