Metadata-Version: 2.4
Name: FloriaTelegramBotAPI
Version: 0.2.0
Summary: Python Telegram Bot API
Author: FloriaProduction
Author-email: FloriaProduction@yandex.ru
License: Apache-2.0
Project-URL: Source, https://github.com/FloriaProduction/FloriaTelegramBotAPI
Keywords: python api telegram bot tools
Classifier: Programming Language :: Python :: 3.12
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Typing :: Typed
Requires-Python: >=3.12
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: httpx
Requires-Dist: pydantic
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: keywords
Dynamic: license
Dynamic: license-file
Dynamic: project-url
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# FloriaTelegramBotAPI

Реализация [TelegramBotAPI](https://core.telegram.org/bots/api) на асинхронном Python

## Установка

Установить через pip:

```bash 
pip install FloriaTelegramBotAPI --upgrade
```

Или скачать исходный код из [PyPi](https://pypi.org/project/FloriaTelegramBotAPI/).

## Использование

[Примеры использования](https://github.com/FloriaProduction/FloriaTelegramBotAPI/tree/main/Examples) находятся в [репозитории проекта](https://github.com/FloriaProduction/FloriaTelegramBotAPI/tree/main)

## Документация

На данный момент документации нет
