Mangandi


NameMangandi JSON
Version 1.0.6 PyPI version JSON
download
home_pagehttps://github.com/Mishel-Tg/MangandiPro
SummaryAsynchronous Python Wrapper For Mangandi
upload_time2024-09-28 07:51:47
maintainerNone
docs_urlNone
authormishel
requires_python~=3.7
licenseMIT
keywords python horridapi mrz_bots telegram whatsappbot
VCS
bugtrack_url
requirements requests setuptools
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Mangandi - Python Package

Welcome to the Mangandi python package repository! 🐍

## Overview
Mangandi is a super cool python package that allows you to easily work with videos and images. It provides powerful tools for image and video manipulation in Python.

## Installation
You can install Mangandi via PyPI. Simply run:

```pip install Mangandi```

## Support
Join our Telegram support group [Support](https://t.me/XBOTSUPPORTS) for any help or queries related to Mangandi.

# Usage 

```

from Mangandi import ImageUploader

k = "/path/to/your/file.jpg"
up = ImageUploader(k)
link = up.upload()
print(f"Image uploaded! {link}")
```


# Sample pyrogram code

```
from Mangandi import ImageUploader

k = await message.reply_to_message.download()
up = ImageUploader(k)
link = up.upload()
print(f"Image uploaded! {link}")
```

 

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/Mishel-Tg/MangandiPro",
    "name": "Mangandi",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "~=3.7",
    "maintainer_email": null,
    "keywords": "python, HorridAPI, mrz_bots, telegram, WhatsAppbot",
    "author": "mishel",
    "author_email": "narutomalayalam@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/96/96/c005c876db110bf14e7a28fc37bf22fff434873ca371c3523a8186435741/mangandi-1.0.6.tar.gz",
    "platform": null,
    "description": "# Mangandi - Python Package\n\nWelcome to the Mangandi python package repository! \ud83d\udc0d\n\n## Overview\nMangandi is a super cool python package that allows you to easily work with videos and images. It provides powerful tools for image and video manipulation in Python.\n\n## Installation\nYou can install Mangandi via PyPI. Simply run:\n\n```pip install Mangandi```\n\n## Support\nJoin our Telegram support group [Support](https://t.me/XBOTSUPPORTS) for any help or queries related to Mangandi.\n\n# Usage \n\n```\n\nfrom Mangandi import ImageUploader\n\nk = \"/path/to/your/file.jpg\"\nup = ImageUploader(k)\nlink = up.upload()\nprint(f\"Image uploaded! {link}\")\n```\n\n\n# Sample pyrogram code\n\n```\nfrom Mangandi import ImageUploader\n\nk = await message.reply_to_message.download()\nup = ImageUploader(k)\nlink = up.upload()\nprint(f\"Image uploaded! {link}\")\n```\n\n \n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Asynchronous Python Wrapper For Mangandi",
    "version": "1.0.6",
    "project_urls": {
        "Community": "https://t.me/XBOTSUPPORTS",
        "Download": "https://github.com/Mishel-Tg/MangandiPro/blob/main/README.md",
        "Homepage": "https://github.com/Mishel-Tg/MangandiPro",
        "Source": "https://github.com/MangandiPro/HorridAPI",
        "Tracker": "https://github.com/Mishel-Tg/MangandiPro/issues"
    },
    "split_keywords": [
        "python",
        " horridapi",
        " mrz_bots",
        " telegram",
        " whatsappbot"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9ebfa4978dd453c9b52933c331d41028c59c24a68a64dc3a5dc216fe1630f323",
                "md5": "acd1a74b17148f2e691438f861a64183",
                "sha256": "73547d161d5f68af1a6143b5036b579be9aa69e4219a79857717af0ec6d2fb59"
            },
            "downloads": -1,
            "filename": "Mangandi-1.0.6-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "acd1a74b17148f2e691438f861a64183",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "~=3.7",
            "size": 15405,
            "upload_time": "2024-09-28T07:51:46",
            "upload_time_iso_8601": "2024-09-28T07:51:46.398534Z",
            "url": "https://files.pythonhosted.org/packages/9e/bf/a4978dd453c9b52933c331d41028c59c24a68a64dc3a5dc216fe1630f323/Mangandi-1.0.6-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9696c005c876db110bf14e7a28fc37bf22fff434873ca371c3523a8186435741",
                "md5": "ef7b83960e2be4b24cd192212653a579",
                "sha256": "6a2665631b489ccdaa497b6d1c4b9d43825bcc376a4c0fc31bbfb38fdd6d1493"
            },
            "downloads": -1,
            "filename": "mangandi-1.0.6.tar.gz",
            "has_sig": false,
            "md5_digest": "ef7b83960e2be4b24cd192212653a579",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "~=3.7",
            "size": 15115,
            "upload_time": "2024-09-28T07:51:47",
            "upload_time_iso_8601": "2024-09-28T07:51:47.419374Z",
            "url": "https://files.pythonhosted.org/packages/96/96/c005c876db110bf14e7a28fc37bf22fff434873ca371c3523a8186435741/mangandi-1.0.6.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-09-28 07:51:47",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Mishel-Tg",
    "github_project": "MangandiPro",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "requests",
            "specs": [
                [
                    "==",
                    "2.32.2"
                ]
            ]
        },
        {
            "name": "setuptools",
            "specs": [
                [
                    "==",
                    "70.0.0"
                ]
            ]
        }
    ],
    "lcname": "mangandi"
}
        
Elapsed time: 0.44196s