معرفی شرکت ها


async-translate-1.1.2


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Multi-provider async translate API
ویژگی مقدار
سیستم عامل -
نام فایل async-translate-1.1.2
نام async-translate
نسخه کتابخانه 1.1.2
نگهدارنده []
ایمیل نگهدارنده []
نویسنده William Hatcher
ایمیل نویسنده william@memotic.net
آدرس صفحه اصلی https://github.com/Memotic/async-translate
آدرس اینترنتی https://pypi.org/project/async-translate/
مجوز MIT
# async_translate Multi-provider async translate API ## Why? Most translate APIs work on one backend (usually Google Translate), and few are fully asynchronous. I wanted a translate API that uses `async` and `await`, and I wanted to be able to use multiple providers without having to deal with their different APIs. I built this to use with my Discord bot, [Mr. Translate](https://docs.mrtranslate.xyz). ## Installation **Currently this uses Python 3.8 specific features.** Install with `pip install -U async-translate`. ## Optional Default Providers A few providers are baked into this package. You can install them with: * [Azure Cognitive Services][azure] `pip install -U async-translate[azure]` * [Google Translate][google] `pip install -U async-translate[google]` ## Custom Providers See [CUSTOM_PROVIDERS.md](async_translate/providers/CUSTOM_PROVIDERS.md) on making your own providers. Feel free to contribute back to the project with a pull request containing code for other providers. [azure]: https://azure.microsoft.com/en-us/services/cognitive-services/translator/ [google]: https://cloud.google.com/translate


نیازمندی

مقدار نام
- aiocache
- aiohttp
- ujson
- msgpack
- aiohttp-retry
~=3.6.1 google-cloud-translate


زبان مورد نیاز

مقدار نام
>=3.8 Python


نحوه نصب


نصب پکیج whl async-translate-1.1.2:

    pip install async-translate-1.1.2.whl


نصب پکیج tar.gz async-translate-1.1.2:

    pip install async-translate-1.1.2.tar.gz