Metadata-Version: 2.1
Name: eidolon-ai-client
Version: 0.1.38
Summary: Eidolon python client and CLI
Author: Luke Lalor
Author-email: lukehlalor@gmail.com
Requires-Python: >=3.8,<3.13
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Provides-Extra: cli
Requires-Dist: aiostream (>=0.5.2)
Requires-Dist: httpx (>=0.27.0)
Requires-Dist: httpx-sse (>=0.4.0)
Requires-Dist: jsonref (>=1.1.0,<2.0.0)
Requires-Dist: pydantic (>=2.6.1)
Requires-Dist: rich (>=13.7.1,<14.0.0) ; extra == "cli"
Requires-Dist: setuptools (>=69.0.2)
Requires-Dist: simple-term-menu (>=1.6.4,<2.0.0) ; extra == "cli"
Requires-Dist: sse-starlette (>=2.0.0)
Requires-Dist: typer (>=0.12.3,<0.13.0) ; extra == "cli"
Description-Content-Type: text/markdown

# Eidolon Client

[![PyPI - Downloads](https://img.shields.io/pypi/dm/eidolon-ai-client)](https://pypistats.org/packages/eidolon-ai-client)
[![Tests - Status](https://img.shields.io/github/actions/workflow/status/eidolon-ai/eidolon/test_python.yml?style=flat&label=test)](https://github.com/eidolon-ai/eidolon/actions/workflows/test_python.yml?query=branch%3Amain)

## Eidolon Client and CLI

This package contains a python client to interact with the Eidolon API. It also contains a CLI which can be called with `eidolon-cli`.
```bash
eidolon-cli --help
```

Visit [eidolonai.com](https://www.eidolonai.com/) for more details.

🚨 To install the dependencies needed for the CLI run the following command: 
```bash
pip install 'eidolon-ai-client[cli]'
```

## Thanks for your support

Eidolon is completely open source and free to use. [Star 🌟 it on GitHub](https://github.com/eidolon-ai/eidolon) to show
your support!
