Metadata-Version: 2.4
Name: a79
Version: 0.2.2
Summary: A79 AI Python SDK
Project-URL: Repository, https://github.com/a79ai/a79
Author-email: A79 AI <dev@a79.ai>
License-Expression: MIT
License-File: LICENSE
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Requires-Python: >=3.9
Requires-Dist: pandas<3,>=2.0.0
Requires-Dist: pydantic==2.11.7
Requires-Dist: requests<3,>=2.32.3
Requires-Dist: sqlalchemy==2.0.30
Description-Content-Type: text/markdown

# A79 AI Library

A Python library for A79 AI functionality.

## Installation

```bash
pip install a79
```

## Usage

```python
from a79 import greet

# Use the greeting function
greeting = greet("World")
print(greeting)  # Output: Hello, World!
```

## Requirements

- Python 3.11

## License

This project is licensed under the MIT License - see the LICENSE file for details.

## Contributing

Contributions are welcome! Please feel free to submit a Pull Request. 