Metadata-Version: 2.1
Name: kymang
Version: 2.0.3
Summary: kymang - Telegram MTProto API Client Library for Python.
Home-page: https://github.com/kymang/kymang
Author: Kymang
Author-email: berliansayang1503@gmail.com
License: GNU Lesser General Public License v3.0 (LGPL-3.0)
Project-URL: Bug Tracker, https://github.com/kymang/kymang/issues
Project-URL: Documentation, https://kymang.tech
Project-URL: Source Code, https://github.com/kymang/kymang
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 :: Implementation
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Requires-Python: ~=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
License-File: NOTICE

# kymang Library

Core library of [kymang](https://github.com/kymang/kymang), a kymang based for your userbot.


[![PyPI - Version](https://img.shields.io/pypi/v/kymang?style=round)](https://pypi.org/project/kymang)    
[![PyPI - Downloads](https://img.shields.io/pypi/dm/kymang?label=DOWNLOADS&style=round)](https://pypi.org/project/kymang)    
[![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-green.svg)](https://github.com/hitokizzy/kymang/graphs/commit-activity)
[![Open Source Love svg2](https://badges.frapsoft.com/os/v2/open-source.svg?v=103)](https://github.com/kymang/kymang)
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](https://makeapullrequest.com)

# Installation
```bash
pip3 install kymang
```


See more working plugins on [the offical repository](https://github.com/kymang)!


# License
[![License](https://www.gnu.org/graphics/agplv3-155x51.png)](LICENSE)   
kymang is licensed under [GNU Affero General Public License](https://www.gnu.org/licenses/agpl-3.0.en.html) v3 or later.

