Metadata-Version: 2.4
Name: trly-checkmate
Version: 0.1.2
Summary: A todos.txt TUI client
Author-email: trly <travis.lyons@gmail.com>
License: MIT
Project-URL: Homepage, https://github.com/trly/checkmate
Project-URL: Issues, https://github.com/trly/checkmate/issues
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: End Users/Desktop
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Utilities
Classifier: Typing :: Typed
Requires-Python: >=3.12
Description-Content-Type: text/markdown
Requires-Dist: pytodotxt>=3.0.0
Requires-Dist: textual>=6.6.0
Provides-Extra: dev
Requires-Dist: poethepoet>=0.38.0; extra == "dev"
Requires-Dist: pyright>=1.1.407; extra == "dev"
Requires-Dist: pytest>=9.0.1; extra == "dev"
Requires-Dist: pytest-asyncio>=1.3.0; extra == "dev"
Requires-Dist: pytest-cov>=6.0.0; extra == "dev"
Requires-Dist: ruff>=0.14.6; extra == "dev"

# checkmate

A terminal user interface (TUI) client for managing todos.txt files.

## Features

- Edit tasks in the todos.txt format
- TUI built with Textual
- Responsive button layout

## Installation

```bash
pip install checkmate
```

## Development

Install with development dependencies:

```bash
uv sync --all-groups
```

Run tests:

```bash
pytest
```
