Metadata-Version: 2.1
Name: base-telegram-bot
Version: 0.0.1
Summary: Base Telegram bot based on Pydantic models
Home-page: https://github.com/vrslev/base-telegram-bot
License: MIT
Author: Lev Vereshchagin
Author-email: mail@vrslev.com
Requires-Python: >=3.9,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Requires-Dist: pydantic (>=1.8.2,<2.0.0)
Requires-Dist: requests
Project-URL: Repository, https://github.com/vrslev/base-telegram-bot
Description-Content-Type: text/markdown

# vrslev/base-telegram-bot

This is tiny Telegram Bot API client. It uses [Requests](https://github.com/psf/requests) and [Pydantic](https://github.com/samuelcolvin/pydantic).

