{"categories":[{"label":"Python Modules","url":"https://skillfed.io/packages/category/software-development-libraries-python-modules/7"}],"enrichment":{"capability":"Provides a Python client to interact with the DeepL API for translating text and documents with support for language detection, formality control, glossaries, and multiple translation models.","skillfed_tags":["translation","api-client","nlp"],"use_cases":["Build a multilingual web application that translates user-generated content on demand without running your own translation infrastructure.","Automate translation of customer support tickets or documentation into multiple languages for international teams.","Create a glossary-aware translation tool that maintains consistent terminology for domain-specific terms across translations.","Batch-process large volumes of text or documents by leveraging the library's support for multiple inputs and formality/model options.","Integrate real-time translation into a chat or messaging application with language auto-detection."],"what_it_does":"DeepL is a Python wrapper around the DeepL API, a neural machine translation service. It lets you send text or documents to DeepL's servers and receive high-quality translations back. The library handles authentication, HTTP communication via requests, and wraps the API responses into convenient Python objects.\n\nYou use it by instantiating a DeepLClient with your API key, then calling methods like translate_text() with your source text and target language code. The library supports optional features including automatic source-language detection, formality levels (formal vs. informal), custom glossaries, context hints, and a choice of translation models (quality-optimized or latency-optimized). It returns TextResult objects containing the translated text, detected source language, and billing information.","worth_installing":"Yes. The library is actively maintained (released 1 day ago), has no known vulnerabilities, low install friction, and a permissive MIT license. It is well-suited for any Python application that needs to integrate DeepL's translation service. The main constraint is that you must obtain and manage a DeepL API key, and translation volume is subject to your account tier's character limits."},"id":"deepl","links":{"html":"https://skillfed.io/packages/deepl","md":"https://skillfed.io/packages/deepl.md","pypi":"https://pypi.org/project/deepl/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-08-13","license_spdx":null,"license_treatment":"permissive","name":"deepl","python_support":"supports_current","summary":"Python library for the DeepL API."},"popularity":{"monthly_downloads":1291989,"position":4102,"tier":"top_5000"},"security":{"n_vulnerabilities":0},"version":"1.32.0"}
