Metadata-Version: 2.4
Name: lenin
Version: 0.4.0
Summary: A simple and modern Python library for building Bale bots.
Author-email: Your Name <you@example.com>
License: MIT
Project-URL: Homepage, https://github.com/yourusername/lenin
Project-URL: BugTracker, https://github.com/yourusername/lenin/issues
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: aiohttp>=3.8.0

# Lenin

**Lenin** is a simple and modern Python library for building bots on the **Bale** messenger.  
It's designed for beginners and provides an easy-to-use interface for sending/receiving messages, managing files, and creating inline keyboards (glass buttons).

## Features
- Send and receive text, photo, document, voice, video, animation
- Inline keyboard (glass buttons) with callback data, URL, or Web App
- Reply keyboard (custom buttons below input)
- Download files using file_id
- Easy event handling with decorators (`@bot.on_message()`, `@bot.on_callback_query()`)
- Async support (based on `aiohttp`)

## Installation
```bash
pip install lenin
