Metadata-Version: 2.3
Name: telegram_libs
Version: 0.1.32
Summary: Common libraries for Telegram bots
Author: Andrey Gritsaenko gricaenko.95a@gmail.com
Requires-Python: >=3.11,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: pymongo (>=4.13.0,<5.0.0)
Requires-Dist: pytest (>=8.3.5,<9.0.0)
Requires-Dist: pytest-asyncio (>=1.0.0,<2.0.0)
Requires-Dist: python-telegram-bot (>=22.1,<23.0)
Project-URL: Repository, https://github.com/AndreyGritsa/telegram_libs
Description-Content-Type: text/markdown

# Telegram Libs

Common functionality for Andrey Gritsaenko's Telegram bots.

## Installation

```bash
pip install telegram-libs
```
