Metadata-Version: 2.4
Name: gramly
Version: 1.2.3
Summary: Async-first Telegram Bot framework
Author: Gausstic
Maintainer-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?style=for-the-badge&color=2563eb)](https://pypi.org/project/gramly/) &nbsp; [![Telegram API](https://img.shields.io/badge/Telegram_API-v10.1-2563eb?style=for-the-badge&logo=telegram&logoColor=white)](https://core.telegram.org/bots/api) <br>

[![Python Versions](https://img.shields.io/pypi/pyversions/gramly?style=for-the-badge&color=007ec6)](https://pypi.org/project/gramly/) &nbsp; [![License](https://img.shields.io/pypi/l/gramly?style=for-the-badge&color=4cae4f)](https://pypi.org/project/gramly/) <br>

[![Downloads](https://img.shields.io/pypi/dm/gramly?style=for-the-badge&color=2563eb)](https://pypi.org/project/gramly/)

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

<p align="center">
  A lightweight Python framework for Telegram bots.<br>
  One dependency, no routers or dispatchers — just decorators on plain functions.<br>
</p>

<p align="center">
  <a href="https://gramly.gitbook.io/gramly-docs">Documentation</a> &nbsp;·&nbsp; <a href="https://pypi.org/project/gramly/">PyPI</a>
</p>


## Install

```bash
pip install gramly
```

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

---
