Metadata-Version: 2.1
Name: unityAI
Version: 0.0.2
Summary: Unified AI framework for easy accessibility
Author: Badr AlGhazwani, Dhafer AlDossari
Author-email: badralghazwani@outlook.com, dhafer.dsr@gmail.com
Keywords: python,AI,OpenAI,Google AI,API integration,LLM
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: MIT License
Description-Content-Type: text/markdown
Requires-Dist: annotated-types==0.7.0
Requires-Dist: anyio==4.4.0
Requires-Dist: cachetools==5.3.3
Requires-Dist: certifi==2024.6.2
Requires-Dist: charset-normalizer==3.3.2
Requires-Dist: colorama==0.4.6
Requires-Dist: distro==1.9.0
Requires-Dist: google-ai-generativelanguage==0.6.4
Requires-Dist: google-api-core==2.19.0
Requires-Dist: google-api-python-client==2.132.0
Requires-Dist: google-auth==2.29.0
Requires-Dist: google-auth-httplib2==0.2.0
Requires-Dist: google-generativeai==0.6.0
Requires-Dist: googleapis-common-protos==1.63.1
Requires-Dist: grpcio==1.64.1
Requires-Dist: grpcio-status==1.62.2
Requires-Dist: h11==0.14.0
Requires-Dist: httpcore==1.0.5
Requires-Dist: httplib2==0.22.0
Requires-Dist: httpx==0.27.0
Requires-Dist: idna==3.7
Requires-Dist: openai==1.31.0
Requires-Dist: proto-plus==1.23.0
Requires-Dist: protobuf==4.25.3
Requires-Dist: pyasn1==0.6.0
Requires-Dist: pyasn1_modules==0.4.0
Requires-Dist: pydantic==2.7.3
Requires-Dist: pydantic_core==2.18.4
Requires-Dist: pyparsing==3.1.2
Requires-Dist: requests==2.32.3
Requires-Dist: rsa==4.9
Requires-Dist: sniffio==1.3.1
Requires-Dist: tqdm==4.66.4
Requires-Dist: typing_extensions==4.12.1
Requires-Dist: uritemplate==4.1.1
Requires-Dist: urllib3==2.2.1


# unityAI



unityAI is a Python package that generalizes all the internet AI frameworks into one package for easy accessibility, removing the need to deal with different APIs.



## Features



- Unified interface for multiple AI services

- Supports OpenAI and Google AI services

- Simplifies API integration

- Easy to use



## Installation



To install the package, run the following command:



```bash

pip install unityAI

```

