Metadata-Version: 2.1
Name: gaimin_ai
Version: 0.1.2
Summary: A Python client for GAIMIN AI API
Home-page: https://github.com/Gaimin-io-Limited/ai-gaiminapi-package-python
Author: GAIMIN AI
Author-email: 
License: BSD-3-Clause
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
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
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests>=2.25.1
Requires-Dist: setuptools>=75.1.0

# GAIMIN AI Python Client

This is a Python client for the GAIMIN AI API.

## Installation

You can install the package using pip:

```
pip install gaimin_ai
```


## API Reference

### `GaiminAI(auth=None)`

Initialize the client with your API key and API base url. If not provided, it will look for the `GAIMIN_AI_API_TOKEN` and `GAIMIN_AI_API_URL` environment variables.

## License

This project is licensed under the BSD 3-Clause License - see the LICENSE file for details.
