py-ai-manager


Namepy-ai-manager JSON
Version 0.0.4 PyPI version JSON
download
home_pagehttps://github.com/Mr-Ali-Jafari/ai_manager
SummaryA Python library to interact with AI models via API
upload_time2025-02-10 14:57:11
maintainerNone
docs_urlNone
authorAli Jafari
requires_python>=3.6
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # PY AI Manager

A Python library to connect to AI APIs.

## Installation

```bash
pip install py-ai-manager

```


# Usage:
```py
from py_ai_manager.core import PyAIManager

ai = PyAIManager(api_key="your_api_key", base_url="https://api.example.com")
response = ai.get_ai_response("Hello, how are you?", model="custom-model")
print(response)

```



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/Mr-Ali-Jafari/ai_manager",
    "name": "py-ai-manager",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": null,
    "keywords": null,
    "author": "Ali Jafari",
    "author_email": "riptt91@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/e1/32/d722da4c4d3b6235fb30669f909141a4586df07aab3f2de713e2e7284951/py-ai-manager-0.0.4.tar.gz",
    "platform": null,
    "description": "# PY AI Manager\n\nA Python library to connect to AI APIs.\n\n## Installation\n\n```bash\npip install py-ai-manager\n\n```\n\n\n# Usage:\n```py\nfrom py_ai_manager.core import PyAIManager\n\nai = PyAIManager(api_key=\"your_api_key\", base_url=\"https://api.example.com\")\nresponse = ai.get_ai_response(\"Hello, how are you?\", model=\"custom-model\")\nprint(response)\n\n```\n\n\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A Python library to interact with AI models via API",
    "version": "0.0.4",
    "project_urls": {
        "Homepage": "https://github.com/Mr-Ali-Jafari/ai_manager"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f4c5649e45f8107751171d69f010fac689f202aad3792b5dbe69d044c983bb29",
                "md5": "9773ffec396520bdde3f079f6cbfe641",
                "sha256": "1ac3a436362238fd2c773da067068127b7787ca24d452821a6abc11765448a4b"
            },
            "downloads": -1,
            "filename": "py_ai_manager-0.0.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "9773ffec396520bdde3f079f6cbfe641",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 2599,
            "upload_time": "2025-02-10T14:57:09",
            "upload_time_iso_8601": "2025-02-10T14:57:09.941448Z",
            "url": "https://files.pythonhosted.org/packages/f4/c5/649e45f8107751171d69f010fac689f202aad3792b5dbe69d044c983bb29/py_ai_manager-0.0.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e132d722da4c4d3b6235fb30669f909141a4586df07aab3f2de713e2e7284951",
                "md5": "8214dcc8ca913accd38d129a97fc1200",
                "sha256": "92823e187ad6487cd5e0f08ac9a3e4afe906adf4b77f06ec463f703c24237f96"
            },
            "downloads": -1,
            "filename": "py-ai-manager-0.0.4.tar.gz",
            "has_sig": false,
            "md5_digest": "8214dcc8ca913accd38d129a97fc1200",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 2402,
            "upload_time": "2025-02-10T14:57:11",
            "upload_time_iso_8601": "2025-02-10T14:57:11.085812Z",
            "url": "https://files.pythonhosted.org/packages/e1/32/d722da4c4d3b6235fb30669f909141a4586df07aab3f2de713e2e7284951/py-ai-manager-0.0.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-02-10 14:57:11",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Mr-Ali-Jafari",
    "github_project": "ai_manager",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "py-ai-manager"
}
        
Elapsed time: 1.16900s