Metadata-Version: 2.4
Name: hidmart
Version: 0.4.0
Summary: Async Python framework for building bots for Bale Messenger
Author: HidMart Team
License: MIT
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: httpx<1.0,>=0.27

# HidMart

## Async Python Framework for Bale Messenger Bots

**Version: 0.4.0**

HidMart یک فریم‌ورک asynchronous برای ساخت ربات‌های پیام‌رسان بله با Python است.

---

## قابلیت‌های نسخه 0.4.0

### Bot

- ساخت Bot
- async/await
- Polling
- Start / Stop
- دریافت اطلاعات Bot
- دریافت Chat
- دریافت Chat Member
- دریافت Updates

### Handlers

- Command
- Message
- Text
- Photo
- Video
- Audio
- Document
- Voice
- Sticker
- Location
- Contact
- Media

### ارسال

- send_message
- send_photo
- send_video
- send_audio
- send_document
- send_voice
- send_location

### UI

- InlineKeyboard
- InlineButton
- callback_data
- URL Button
- ReplyKeyboard
- KeyboardButton
- RemoveKeyboard

---

# نصب

```bash
pip install hidmart==0.4.0
