Metadata-Version: 2.4
Name: irtranslate
Version: 2.1.0
Summary: Advanced Persian translation library with full sync/async support
Home-page: https://github.com/alishirgol/irtranslate
Author: Ali Shirgol
Author-email: Ali Shirgol <ali.shirgol.coder@gmail.com>
Project-URL: Homepage, https://github.com/alishirgol/irtranslate
Keywords: translation,translator,persian,farsi,async,sync,text-to-speech,tts
Classifier: Development Status :: 5 - Production/Stable
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Libraries
Classifier: Framework :: AsyncIO
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: Persian
Classifier: Natural Language :: English
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests>=2.25.1
Requires-Dist: aiohttp>=3.8.0
Requires-Dist: gTTS>=2.3.2
Provides-Extra: full
Requires-Dist: pyttsx3>=2.90; extra == "full"
Dynamic: author
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-python

[file name]: README.md
# irtranslate 🌍

یک کتابخانه ترجمه پیشرفته پایتون با پشتیبانی کامل از فارسی و قابلیت‌های همزمان/ناهمزمان

**Advanced Python translation library with full Persian support and sync/async capabilities**

[![Python Version](https://img.shields.io/badge/python-3.8%2B-blue)](https://www.python.org/)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![PyPI Version](https://img.shields.io/pypi/v/irtranslate.svg)](https://pypi.org/project/irtranslate/)

## ویژگی‌های اصلی ✨

- ✅ **ترجمه همزمان و ناهمزمان**
- ✅ **پشتیبانی کامل از زبان فارسی**
- ✅ **تبدیل متن به صوت (TTS)**
- ✅ **کشینگ برای عملکرد بهتر**
- ✅ **تشخیص خودکار زبان**
- ✅ **ترجمه دسته‌ای و چندزبانه**
- ✅ **مدیریت خطاهای پیشرفته**
- ✅ **رابط کاربری ساده و intuitive**

## نصب 📦

```bash
# نصب پایه
pip install irtranslate

# نصب با تمام ویژگی‌ها
pip install irtranslate[full]

# نصب حداقلی
pip install irtranslate[basic]
