Metadata-Version: 2.3
Name: a79
Version: 0.1.71
Summary: A79 AI Python SDK
License: MIT
Author: A79 AI
Author-email: dev@a79.ai
Requires-Python: >=3.9
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.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: pandas (>=2.0.0,<3.0.0)
Requires-Dist: pydantic (==2.11.7)
Requires-Dist: requests (>=2.32.3,<3.0.0)
Requires-Dist: sqlalchemy (==2.0.30)
Project-URL: Repository, https://github.com/a79ai/a79
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. 
