Metadata-Version: 2.4
Name: gramly
Version: 1.1.5
Summary: Async-first Telegram Bot framework
Author-email: Gausstic <pyps1k.mq@gmail.com>
License-Expression: MIT
Keywords: telegram,bot,telegram-bot,api,async
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Communications :: Chat
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Framework :: AsyncIO
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: httpx>=0.27
Dynamic: license-file

[![PyPI Version](https://img.shields.io/pypi/v/gramly?color=2563eb)](https://pypi.org/project/gramly/)
[![Python Versions](https://img.shields.io/pypi/pyversions/gramly)](https://pypi.org/project/gramly/)
[![License](https://img.shields.io/pypi/l/gramly)](https://pypi.org/project/gramly/)

[![Telegram Bot API 10.1](https://img.shields.io/badge/Bot%20API-10.1-2ca5e0)](https://core.telegram.org/bots/api)

<h1 align="center">gramly</h1>

<p align="center">
  A clean, decorator-based framework for Telegram bots — sync and async, one dependency, full Bot API 10.1 coverage.
</p>

---

## Install

```bash
pip install gramly
```

**Requires Python 3.10+** · only dependency is [`httpx`](https://www.python-httpx.org/)

| gramly | Telegram Bot API |
|:------:|:----------------:|
| 1.1.0  | 10.1            |

---

soon

## License
MIT
