Metadata-Version: 2.2
Name: AioTele
Version: 0.0.1
Summary: AioTele is a Python module for building Telegram bots using asyncio. It offers an intuitive API for handling updates, commands, and messaging, supporting both long polling and webhooks for scalable, high-performance bots.
Home-page: https://github.com/Bogdan-godot/AioTele
Download-URL: https://github.com/Bogdan-godot/AioTele/archive/v0.0.1.zip
Author: Bogdan Boris
Author-email: gdrghdhgddy@gmail.com
License: Apache License, Version 2.0, see LICENSE file
Keywords: telegram bot asyncio async telegram
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: aiohttp>=3.8.1
Requires-Dist: 2025.1.31>=2025.1.31
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: download-url
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

AioTele is a lightweight Python module for building Telegram bots with asyncio. It provides an intuitive asynchronous API for handling updates, commands, and messaging, with support for both long polling and webhooks, making it easy to develop scalable, high-performance bots.
