Metadata-Version: 2.4
Name: py-res-w1-some1rxndom
Version: 0.4.0
Summary: CLI tool
License-Expression: GPL-3.0-only
Requires-Python: >=3.13
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: argparse>=1.4.0
Dynamic: license-file

# Small CLI todo tracker for resolution-python week 1

# Usage

```
usage: py_res_w1 [-h] [--due-date DUE_DATE] [-c <ID>] [-d <ID>] [-l] [task]

positional arguments:
  task                 Task to add

options:
  -h, --help           show this help message and exit
  --due-date DUE_DATE  Optional date in 'YYYY-MM-DD' format
  -c, --complete <ID>  Mark a task as complete by ID
  -d, --delete <ID>    Delete a task by ID
  -l, --list           List all tasks
```
