Metadata-Version: 2.4
Name: aara
Version: 0.0.1
Summary: ArXiv Reader App
Author: Jayke Nguyen
Requires-Python: >=3.13
Requires-Dist: argparse>=1.4.0
Requires-Dist: beautifulsoup4>=4.13.5
Requires-Dist: textual>=6.1.0
Description-Content-Type: text/markdown

# aara

## An arXiv Reading App

A super simple [Textual](https://github.com/Textualize/textual) application for reading the latest posts on the ArXiv.

# Installation

```
pip install aara
```

If you've cloned the repository, I'm using `uv` for package management, so running should be as simple as:

``` sh
uv run aara astro-ph
```

# Usage

``` python
aara <arXiv category>
# e.g. aara astro-ph
```