Metadata-Version: 2.4
Name: extergram
Version: 0.5.0
Summary: A simple and convenient library for creating Telegram bots.
Author-email: WinFun15 <tibipocoxzsa@gmail.com>
Project-URL: Homepage, https://github.com/AAVTIBI1/extergram
Project-URL: Bug Tracker, https://github.com/AAVTIBI1/extergram/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: httpx>=0.23.0

# Extergram (v0.5.0)

A simple, modern, and asynchronous library for creating Telegram bots in Python.

Features

-   Easy to Use: Intuitive and straightforward design for rapid development.
-   Fully Asynchronous: Built on `httpx` and `asyncio` for high performance and non-blocking operations.
-   Extensible Handler System: A clean way to handle commands, messages, callbacks, and more.
-   Built-in UI Helpers: Simple builder for creating inline keyboards.
-   Comprehensive Error Handling: Specific exceptions for different types of API and network errors.

Installation

`pip install extergram`
