Metadata-Version: 2.4
Name: Mangandi
Version: 1.0.13
Summary: Python Wrapper For Mangandi
Home-page: https://github.com/Mishel-07/MangandiPro
Download-URL: https://github.com/Mishel-07/MangandiPro/blob/main/README.md
Author: Mishel
Author-email: mishel@gmail.temb
License: MIT
Project-URL: Tracker, https://github.com/Mishel-07/MangandiPro/issues
Project-URL: Community, https://t.me/XBOTSUPPORTS
Project-URL: Source, https://github.com/Mishel-07/MangandiPro
Keywords: python
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: Implementation
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Internet
Classifier: Topic :: Communications
Classifier: Topic :: Communications :: Chat
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Requires-Python: ~=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: download-url
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: license-file
Dynamic: project-url
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# Mangandi 

Mangandi is a secure media store that lets you upload and store images, videos, and other files directly to the Mangandi server — safely and privately.

## Overview

Mangandi is a simple yet powerful Python package for managing media files. With just a few lines of code, you can upload your media and get a secure shareable link.

## Features

- Upload images, videos, and other files  
- Store securely on Mangandi servers  
- Get instant shareable links  
- Lightweight and easy to use

## Installation

Install via PyPI:

```
pip install Mangandi
```

## Example Usage

```
from Mangandi import ImageUploader

file_path = "/path/to/your/image.jpg"
uploader = ImageUploader(file_path)
link = uploader.upload()
print(f"Image uploaded! Link: {link}")
```

## Support

Need help? Join our [Telegram group](https://t.me/XBOTSUPPORTS)
