{"categories":[{"label":"Linguistic","url":"https://skillfed.io/packages/category/text-processing-linguistic/2"}],"enrichment":{"capability":"Translators provides a unified Python interface to multiple free online translation services, allowing you to translate text across many language pairs without building individual integrations.","skillfed_tags":["translation","multi-service","web-scraping"],"use_cases":["Translate user-submitted text in a web application without building integrations to individual translation APIs.","Build a fallback translation system that tries multiple services if one is unavailable or rate-limited.","Batch-translate documents or content by iterating over multiple language pairs using a single library.","Prototype or test translation features in a learning project without managing API keys or authentication.","Support translation of text in CLI tools or data pipelines where a lightweight, dependency-light solution is preferred."],"what_it_does":"Translators is a Python library that wraps multiple free online translation services\u2014including Google, Bing, Baidu, Alibaba, and others\u2014into a single interface. Instead of writing separate code to call each service's API, you import translators and call a unified function to translate text, specifying the source and target languages. The library handles the HTTP requests, parsing, and error handling for each backend.\n\nThe package depends on HTTP clients (httpx, requests, niquests), HTML parsing (lxml), and compression support (brotli, brotlicffi) to communicate with and parse responses from these services. It supports Python 3.8 through 3.13 and is marked Production/Stable, though maintenance has slowed\u2014the last commit was over 200 days ago. It carries a GPLv3 license, which restricts use in proprietary software.","worth_installing":"Yes, with conditions. Install if you need free, multi-service translation without managing separate API integrations and can accept GPLv3 licensing constraints. The low install friction and broad language support make it practical for prototyping and non-proprietary projects. Skip if you require active maintenance, proprietary licensing, or guaranteed uptime\u2014the aging status and 205-day gap since last release suggest slower response to bugs or service changes."},"id":"translators","links":{"html":"https://skillfed.io/packages/translators","md":"https://skillfed.io/packages/translators.md","pypi":"https://pypi.org/project/translators/"},"maintenance":{"status":"aging"},"meta":{"latest_release":"2026-01-21","license_spdx":null,"license_treatment":"copyleft","name":"translators","python_support":"supports_current","summary":"Translators is a library that aims to bring free, multiple, enjoyable translations to individuals and students in Python."},"popularity":{"monthly_downloads":147191,"position":11076,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"6.0.4"}
