deepl-python icon indicating copy to clipboard operation
deepl-python copied to clipboard

Official Python library for the DeepL language translation API.

Results 60 deepl-python issues
Sort by recently updated
recently updated
newest added

I am using the free tier, but it happens with the paid tier as well. Steps to reproduce in Postman: 1 - Copy and paste the following endpoint, with a...

When I use the API to translate a big array of strings ( 322 to be more specific ), after a while I receive HTTPError 502 Bad Gateway error. I...

Currently, `translate_document` has the following type annotation for `input_document` ```py input_document: Union[TextIO, BinaryIO, Any], ``` However, `translate_document` essentially just calls `translate_document_uploud`, which has: ```py input_document: Union[TextIO, BinaryIO, str, bytes, Any]...

✨✨#24SS🆕新款PRAD✨家拼色牛仔外套 百搭不挑人 彰显减龄青春活力气息 logo刺绣点辍 简约高级耐看实穿 舒适亲肤 时尚休闲百搭不挑 高品质 尺码SML

Hello, I have been using the DeepL (v1.18.0) to translate documents since 26/Dec/2023. But suddenly it stopped working yesterday (10/Dec/2024) after 4 am PST and our last 30 translation requests...

Hi, I'm having a problem managing ```\r``` and ```\n``` CARRIAGE RETURN characters. I want to translate sentences containing CARRIAGE RETURN characters that can be located right in the middle of...

I've encountered some repetitions in translation with different languages combinations: ### example 1: **source sentence:** Acá podemos ver cómo las sociedades que están en estados, unidos, chile, méxico, brasil **Target...

Hello, Would be nice to be able to configure the underlying size of the connection pool. DeepL is using [requests](https://fr.python-requests.org/en/latest/index.html) as: ```python self._session = requests.Session() ``` which uses the default...

This adds the bumpversion action, and sets up the bumpversion config to point to the correct source files containing the version number.

The DeepL API now supports the [tag_handling_version parameter](https://developers.deepl.com/api-reference/translate/request-translation#body-tag-handling-version). However, this parameter is not yet supported by this package.