Metadata-Version: 2.1
Name: aergia
Version: 0.4.0
Summary: 
Home-page: https://github.com/Nicoretti/one-piece/python/aergia
Keywords: ai,openai,llm,tui,cli,repl
Author: Nicola Coretti
Author-email: nico.coretti@gmail.com
Requires-Python: >=3.10
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Environment :: Console
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: class-singledispatch (>=1.2.3.post2,<2.0.0)
Requires-Dist: jinja2 (>=3.1.4,<4.0.0)
Requires-Dist: openai (>=1.30.1,<2.0.0)
Requires-Dist: pillow (>=10.3.0,<11.0.0)
Requires-Dist: pydantic (>=2.7.1,<3.0.0)
Requires-Dist: rich-argparse (>=1.4.0,<2.0.0)
Requires-Dist: tomli (>=2.0.1,<3.0.0)
Requires-Dist: tomli-w (>=1.0.0,<2.0.0)
Project-URL: Repository, https://github.com/Nicoretti/one-piece/python/aergia
Description-Content-Type: text/markdown

# Aergia 

Welcome to **Aergia**! Aergia provides terminal-based applications to interact with various AI backends.

---

⚠️ **Attention** : This is a very early stage work-in-progress. Crashes and other issues are expected! Do not use if you need a stable tool.

---

## Features ✨
- **Chat**
- **Image Generation**
- ...

---

## Installation 📦

Install Aergia with:

```sh
# Replace with actual installation command, e.g.:
pip install aergia
```

---

## Usage 🛠️

Start using Aergia by running:

```sh
# Example of how to run Aergia
aergia --help
```


