Metadata-Version: 2.1
Name: ajal-todo-cli
Version: 0.1.0
Summary: Add your description here
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Topic :: Education
Requires-Python: >=3.12
Description-Content-Type: text/markdown
Requires-Dist: typer>=0.13.0

# Ajal Todo CLI

A todo utility - enhanced

## Usage

You should have `uv` installed or have `virtualenv` or `venv` already set up, and using python 3.12+

Run (assuming you are using `uv`):

```shell
uv venv
source .venv/bin/activate
uv sync
```

Now you can run commands, start by running `uv run todo.py --help` and  continue from there
