Metadata-Version: 2.4
Name: telegram-async
Version: 0.1.1a1
Summary: Asynchronous Telegram bot framework with throttling, callbacks, and middleware
Author-email: Denys <ostrovskyidenys30@gmail.com>
License: MIT
Keywords: telegram,async,bot,framework
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: aiohttp>=3.13.3
Requires-Dist: rich>=14.2.0
Dynamic: license-file

# telegram-async

**Asynchronous Telegram bot framework** z middleware, throttlingiem, callbackami i pseudo-przyciskami.

Framework ułatwia tworzenie botów Telegram w Pythonie z wykorzystaniem `asyncio` i `aiohttp`. Wspiera:

- Komendy `/start`, `/help`, `/confirm`  
- Throttling wiadomości użytkownika  
- Middleware logger (Rich)  
- Callbacki i pseudo-przyciski (`/ok`)  
- Background task działający w pętli co X sekund  

## Instalacja

```bash
pip install telegram-async
