Mangandi


NameMangandi JSON
Version 1.0.10 PyPI version JSON
download
home_pagehttps://github.com/Mishel-07/MangandiPro
SummaryPython Wrapper For Mangandi
upload_time2024-11-16 11:44:35
maintainerNone
docs_urlNone
authorMishel
requires_python~=3.7
licenseMIT
keywords python
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}")
```


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/Mishel-07/MangandiPro",
    "name": "Mangandi",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "~=3.7",
    "maintainer_email": null,
    "keywords": "python",
    "author": "Mishel",
    "author_email": "mishel@gmail.temb",
    "download_url": "https://files.pythonhosted.org/packages/57/61/8026cdf85d726ebe40c1707d3dcccfc50e51fccbd5fab4667e461c996e27/mangandi-1.0.10.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",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Python Wrapper For Mangandi",
    "version": "1.0.10",
    "project_urls": {
        "Community": "https://t.me/XBOTSUPPORTS",
        "Download": "https://github.com/Mishel-07/MangandiPro/blob/main/README.md",
        "Homepage": "https://github.com/Mishel-07/MangandiPro",
        "Source": "https://github.com/Mishel-07/MangandiPro",
        "Tracker": "https://github.com/Mishel-07/MangandiPro/issues"
    },
    "split_keywords": [
        "python"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "30a6f71192055af632fb123ae2bf3da1b77cd68f6c7606729d6b990fcee12a44",
                "md5": "292b17f4a6c7b7d671125ba2fd18ca41",
                "sha256": "c5fccf23906de4f2c59b187ce5872376fe60ea55fb7758e552ae079c7b0cb97f"
            },
            "downloads": -1,
            "filename": "Mangandi-1.0.10-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "292b17f4a6c7b7d671125ba2fd18ca41",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "~=3.7",
            "size": 16362,
            "upload_time": "2024-11-16T11:44:33",
            "upload_time_iso_8601": "2024-11-16T11:44:33.741996Z",
            "url": "https://files.pythonhosted.org/packages/30/a6/f71192055af632fb123ae2bf3da1b77cd68f6c7606729d6b990fcee12a44/Mangandi-1.0.10-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "57618026cdf85d726ebe40c1707d3dcccfc50e51fccbd5fab4667e461c996e27",
                "md5": "5beca74d8a3a04d66a6a8d6d7928f534",
                "sha256": "1e54f7063f391483b246f91d52a3e8c91a186925b7bb2d8997020cafe1fba4ab"
            },
            "downloads": -1,
            "filename": "mangandi-1.0.10.tar.gz",
            "has_sig": false,
            "md5_digest": "5beca74d8a3a04d66a6a8d6d7928f534",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "~=3.7",
            "size": 15069,
            "upload_time": "2024-11-16T11:44:35",
            "upload_time_iso_8601": "2024-11-16T11:44:35.389259Z",
            "url": "https://files.pythonhosted.org/packages/57/61/8026cdf85d726ebe40c1707d3dcccfc50e51fccbd5fab4667e461c996e27/mangandi-1.0.10.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-16 11:44:35",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Mishel-07",
    "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.32451s