Metadata-Version: 2.4
Name: telegram-inline-keyboard-builder
Version: 1.0.0
Summary: Library-agnostic inline keyboard builder for Telegram bots (Aiogram, Pyrogram, python-telegram-bot).
Author-email: neoncraftx <neoncraftx@gmail.com>
License: MIT
Project-URL: Homepage, https://github.com/neoncraftx/telegram-inline-keyboard-builder
Project-URL: Repository, https://github.com/neoncraftx/telegram-inline-keyboard-builder
Project-URL: Issues, https://github.com/neoncraftx/telegram-inline-keyboard-builder/issues
Keywords: telegram,telegram-bot,inline-keyboard,aiogram,pyrogram,python-telegram-bot,builder,adapter
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Communications :: Chat
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Provides-Extra: aiogram
Requires-Dist: aiogram>=3.0; extra == "aiogram"
Provides-Extra: pyrogram
Requires-Dist: pyrogram>=2.0; extra == "pyrogram"
Provides-Extra: ptb
Requires-Dist: python-telegram-bot>=20.0; extra == "ptb"
Provides-Extra: all
Requires-Dist: aiogram>=3.0; extra == "all"
Requires-Dist: pyrogram>=2.0; extra == "all"
Requires-Dist: python-telegram-bot>=20.0; extra == "all"
