Metadata-Version: 2.4
Name: amirm-bot-utils
Version: 0.1.6
Summary: Tiny helpers for Telegram bots and backend tasks (Persian-friendly utilities).
Author-email: Amir Mohammadzadeh <you@example.com>
License: MIT
Project-URL: Homepage, https://amirmohammadzade.ir/
Project-URL: Documentation, https://amirmohammadzade.ir/?utm_source=pypi&utm_medium=project_links&utm_campaign=docs
Project-URL: Source, https://amirmohammadzade.ir/
Project-URL: Issues, https://amirmohammadzade.ir/
Keywords: telegram,bot,utils,django,backend,persian,fa
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# amirm-bot-utils

Tiny helpers for Telegram bots and backend tasks (with Persian-friendly utilities).  
Docs & contact → https://amirmohammadzade.ir/

## Install
```bash
pip install amirm-bot-utils
```

## Usage
```python
from amirm_bot_utils import slugify_fa

print(slugify_fa("سلام دنیا! Django/Node"))  # salam-donya-django-node
```

## Why this package?
- Quick, minimal, and practical helpers you can reuse across Telegram bots or microservices.
- Persian (FA) text utilities for better URLs and identifiers.

---

MIT © Amir Mohammadzadeh
