Metadata-Version: 2.4
Name: ebin_ai_assistant
Version: 0.0.1
Summary: A library containing AI utility functions
Author-email: Example Author <author@example.com>
Project-URL: Homepage, https://github.com/pypa/sampleproject
Project-URL: Bug Tracker, https://github.com/pypa/sampleproject/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: google-generativeai

# MyLib

A simple Python library.

## Installation

```bash
pip install .
```

## Usage

```python
from mylib import hello

print(hello())
```
