Metadata-Version: 2.4
Name: aengus
Version: 0.2.2
Summary: A tui writing app
Author-email: Tim Betz <tim.betz@protonmail.com>
Requires-Python: >=3.12
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: python-frontmatter>=1.1.0
Requires-Dist: rich>=14.3.2
Requires-Dist: textual>=8.0.0
Dynamic: license-file

# Aengus

A tui writing app.

### Setup

Install environment with `uv sync`.


## Installation

Install with `pip install .`

On windows add the `Scripts` folder to `PATH` if you have not already.

Then create a project with `aengus new <PROJECT_NAME>` and open with `aengus open <PROJECT_NAME>`.

Or get help with `aengus -h`.
