# 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/70/c3/f903bec3ecc68859f0b47e7b06a8bed9f3e37ff535f64854463852a72ed9/mangoapi-1.0.31.tar.gz",
"platform": null,
"description": "# MangoAPI\nA 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.\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.31",
"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": "fd3a271db543b511fe673b921e26802eee2a4234d13b4470cc50a80401b7f651",
"md5": "d07f4761ec15b6934a3669f872ced368",
"sha256": "56dca09c4717275cff22d90d2b031cb5b2e85a9b99c5ed366692e5d54cfbb04b"
},
"downloads": -1,
"filename": "mangoapi-1.0.31-py3-none-any.whl",
"has_sig": false,
"md5_digest": "d07f4761ec15b6934a3669f872ced368",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "~=3.7",
"size": 12964,
"upload_time": "2025-08-09T14:02:15",
"upload_time_iso_8601": "2025-08-09T14:02:15.553806Z",
"url": "https://files.pythonhosted.org/packages/fd/3a/271db543b511fe673b921e26802eee2a4234d13b4470cc50a80401b7f651/mangoapi-1.0.31-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "70c3f903bec3ecc68859f0b47e7b06a8bed9f3e37ff535f64854463852a72ed9",
"md5": "3b17b083d16ff0ceea909e452c4fb3d2",
"sha256": "42d4095e436e4b71c510e87f094b89ae70558b63225ebd1be2e9cbbebbe29e54"
},
"downloads": -1,
"filename": "mangoapi-1.0.31.tar.gz",
"has_sig": false,
"md5_digest": "3b17b083d16ff0ceea909e452c4fb3d2",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "~=3.7",
"size": 9252,
"upload_time": "2025-08-09T14:02:16",
"upload_time_iso_8601": "2025-08-09T14:02:16.702900Z",
"url": "https://files.pythonhosted.org/packages/70/c3/f903bec3ecc68859f0b47e7b06a8bed9f3e37ff535f64854463852a72ed9/mangoapi-1.0.31.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-08-09 14:02:16",
"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"
}