mangoapi


Namemangoapi JSON
Version 1.0.21 PyPI version JSON
download
home_pagehttps://github.com/Mishel-07/MangoAPI
SummaryPython Wrapper For MangiAPI
upload_time2025-07-13 10:53:49
maintainerNone
docs_urlNone
authorMishal
requires_python~=3.7
licenseMIT
keywords python mangoapi llm image generation art ai
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # MangoAPI
A simple Python client for Mango 🥭. Mango is a simple API that you can use for AI, text generation (LLM), image generation, and more. If you have any queries or need support, reach out at https://t.me/XBOTSUPPORTS.

## Installation

Install MangoAPI using pip:
```bash
pip install mangoapi
```

## Usage

Here is a basic example of how to use MangoAPI:

```python
from mango import Mango

client = Mango()

response = client.chat.completions.create(
    model="gpt-4o",
    messages=[{"role": "user", "content": "Hello"}]
)

print(response.choices[0].message.content)
```

## Contributing

Contributions are welcome! Please open an issue or submit a pull request for any improvements or bug fixes.

## License
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for more information.

## Contact
For support or inquiries, please reach out to us at [Telegram Support](https://t.me/XBOTSUPPORTS).


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/Mishel-07/MangoAPI",
    "name": "mangoapi",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "~=3.7",
    "maintainer_email": null,
    "keywords": "PYTHON, MANGOAPI, LLM, image generation, art, ai",
    "author": "Mishal",
    "author_email": "mishel@gmail.temb",
    "download_url": "https://files.pythonhosted.org/packages/ee/18/49da0627dd18083575470f0a8619a1f678e59b0b280905f9f4dfd2e76810/mangoapi-1.0.21.tar.gz",
    "platform": null,
    "description": "# MangoAPI\nA simple Python client for Mango \ud83e\udd6d. Mango is a simple API that you can use for AI, text generation (LLM), image generation, and more. If you have any queries or need support, reach out at https://t.me/XBOTSUPPORTS.\n\n## Installation\n\nInstall MangoAPI using pip:\n```bash\npip install mangoapi\n```\n\n## Usage\n\nHere is a basic example of how to use MangoAPI:\n\n```python\nfrom mango import Mango\n\nclient = Mango()\n\nresponse = client.chat.completions.create(\n    model=\"gpt-4o\",\n    messages=[{\"role\": \"user\", \"content\": \"Hello\"}]\n)\n\nprint(response.choices[0].message.content)\n```\n\n## Contributing\n\nContributions are welcome! Please open an issue or submit a pull request for any improvements or bug fixes.\n\n## License\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE) file for more information.\n\n## Contact\nFor support or inquiries, please reach out to us at [Telegram Support](https://t.me/XBOTSUPPORTS).\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Python Wrapper For MangiAPI",
    "version": "1.0.21",
    "project_urls": {
        "Community": "https://t.me/XBOTSUPPORTS",
        "Download": "https://github.com/Mishel-07/MangoAPI/blob/main/README.md",
        "Homepage": "https://github.com/Mishel-07/MangoAPI",
        "Source": "https://github.com/Mishel-07/MangoAPI",
        "Tracker": "https://github.com/Mishel-07/MangoAPI/issues"
    },
    "split_keywords": [
        "python",
        " mangoapi",
        " llm",
        " image generation",
        " art",
        " ai"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "a0026cb11fe9a9948a5a45f1eba919a8f6012a396a32a8c0f478bc08003ef47d",
                "md5": "22286f3c3f0ff638a2e333a7fdee9605",
                "sha256": "8a036970adb7caa3463296a504e86215a4be2d87c3f4b9f984226a0678fc4a74"
            },
            "downloads": -1,
            "filename": "mangoapi-1.0.21-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "22286f3c3f0ff638a2e333a7fdee9605",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "~=3.7",
            "size": 7626,
            "upload_time": "2025-07-13T10:53:48",
            "upload_time_iso_8601": "2025-07-13T10:53:48.187692Z",
            "url": "https://files.pythonhosted.org/packages/a0/02/6cb11fe9a9948a5a45f1eba919a8f6012a396a32a8c0f478bc08003ef47d/mangoapi-1.0.21-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "ee1849da0627dd18083575470f0a8619a1f678e59b0b280905f9f4dfd2e76810",
                "md5": "2b771053283f5deaee3c5a2ec3e05901",
                "sha256": "c630391786bdce933493a82641df423ab60047efa2e0eba6ecf0e090ca547c0f"
            },
            "downloads": -1,
            "filename": "mangoapi-1.0.21.tar.gz",
            "has_sig": false,
            "md5_digest": "2b771053283f5deaee3c5a2ec3e05901",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "~=3.7",
            "size": 6717,
            "upload_time": "2025-07-13T10:53:49",
            "upload_time_iso_8601": "2025-07-13T10:53:49.281474Z",
            "url": "https://files.pythonhosted.org/packages/ee/18/49da0627dd18083575470f0a8619a1f678e59b0b280905f9f4dfd2e76810/mangoapi-1.0.21.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-13 10:53:49",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Mishel-07",
    "github_project": "MangoAPI",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "mangoapi"
}
        
Elapsed time: 1.59827s