Metadata-Version: 2.2
Name: oeva
Version: 1.0.5
Summary: Eva - A friendly AI assistant for managing your projects
Author-email: Kareem Elbahrawy <kareem.elbahrawy@gmail.com>
Project-URL: Homepage, https://github.com/kelbahrawy/eva
Project-URL: Bug Tracker, https://github.com/kelbahrawy/eva/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: openai>=1.0.0
Requires-Dist: python-dotenv>=0.19.0
Requires-Dist: pydantic>=2.0.0
Requires-Dist: rich>=10.0.0
Requires-Dist: typer>=0.9.0

# oeva

Eva - AI Assistant and Project Management Tool

## Installation

```bash
pip install oeva
```

## Features

- AI-powered project management
- Automated task tracking
- Project analysis and validation
- Identity management
- Genome configuration support

## Usage

### As a CLI Tool

After installation, you can use Eva directly from the command line:

```bash
# Start an interactive chat session
oeva chat
```

### As a Python Package

You can also use Eva programmatically in your Python code:

```python
from eva import Eva

eva = Eva()
eva.run()
```

## License

MIT License 
