Metadata-Version: 2.4
Name: telegram-async
Version: 3.9
Summary: Modern asynchronous library for Telegram Bot API
Author-email: Denys <your@email.com>
License: MIT
Project-URL: Homepage, https://github.com/yourusername/telegram-async
Project-URL: Documentation, https://github.com/yourusername/telegram-async#readme
Project-URL: Repository, https://github.com/yourusername/telegram-async
Project-URL: Bug Tracker, https://github.com/yourusername/telegram-async/issues
Project-URL: Changelog, https://github.com/yourusername/telegram-async/blob/main/CHANGELOG.md
Keywords: telegram,bot,api,async,aiohttp,bot-api
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Framework :: AsyncIO
Classifier: Topic :: Communications :: Chat
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: aiohttp>=3.8.0
Provides-Extra: dev
Requires-Dist: build>=1.0.0; extra == "dev"
Requires-Dist: twine>=4.0.0; extra == "dev"
