google-cloud-translate
Google Cloud Translate API client library
Install
google-cloud-translate on PyPI
pip
pip install google-cloud-translateuv
uv add google-cloud-translatepoetry
poetry add google-cloud-translatePackage facts
| License | Apache-2.0 (permissive) |
| Python support | supports the current Python release (>=3.10) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 7 — google-api-core, google-auth, google-cloud-core, grpcio, proto-plus, protobuf, grpc-google-iam-v1 |
| Maintenance | actively maintained — 52 days since the last release |
| Last repo commit | |
| First released | |
| Popularity | one of the top 1,000 most-downloaded packages on PyPI (30-day window, as of 2026-08-13) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-13) |
Evidence: google_cloud_translate-3.27.0-py3-none-any.whl
About google-cloud-translate
from the package's own PyPI description — quoted content, verbatim
Python Client for Cloud Translation
|stable| |pypi| |versions|
Cloud Translation_: Integrates text translation into your website or application.
Client Library Documentation_Product Documentation_
.. |stable| image:: https://img.shields.io/badge/support-stable-gold.svg :target: https://github.com/googleapis/google-cloud-python/blob/main/README.rst#stability-levels .. |pypi| image:: https://img.shields.io/pypi/v/google-cloud-translate.svg :target: https://pypi.org/project/google-cloud-translate/ .. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-translate.svg :target: https://pypi.org/project/google-cloud-translate/ .. _Cloud Translation: https://cloud.google.com/translate/ .. _Client Library Documentation: https://cloud.google.com/python/docs/reference/translate/latest/summary_overview .. _Product Documentation: https://cloud.google.com/translate/
Quick Start
In order to use this library, you first need to go through the following steps:
Select or create a Cloud Platform project._Enable billing for your project._Enable the Cloud Translation._- `Set up...
Read as markdown · JSON record · Source repository · Homepage
AI interpretation — verify before relying
AI-generated interpretation of the package facts above; every digit, version, license, or vulnerability id it cites is grounded in the facts already shown on this page
This package provides a Python client library for Google Cloud Translation, enabling you to integrate machine translation capabilities into applications by calling the Google Cloud Translation API.
Installation is straightforward with low friction—the package ships as a pure-Python wheel and depends on well-maintained Google Cloud libraries (google-api-core, google-auth, google-cloud-core, grpcio, proto-plus, protobuf, grpc-google-iam-v1). The project is actively maintained with a recent release 52 days ago and an active repository.
Licensed under Apache-2.0 (permissive), which allows commercial and private use with minimal restrictions—you need only include a copy of the license and state significant changes.
Usage
pip install google-cloud-translate
from google.cloud import translate_v3
client = translate_v3.TranslationServiceClient()
result = client.translate_text(request={"parent": "projects/PROJECT_ID", "contents": ["Hello"], "target_language_code": "es"})
Requires Python >= 3.10; you must have a Google Cloud project with the Translation API enabled and valid authentication credentials configured (via GOOGLE_APPLICATION_CREDENTIALS or Application Default Credentials).
Verdict: A stable, actively maintained client library for Google Cloud Translation with low install friction and permissive licensing. It is suitable for production use if you have a Google Cloud project set up and authentication in place. No known vulnerabilities as of the fact sheet date.
Needs verification
- Whether the package requires additional system dependencies beyond Python and the listed PyPI packages
- Specific API quota limits or rate-limiting behavior that might affect production deployments
- Whether offline translation or caching is supported, or if all requests must hit the Google Cloud API
Similar packages
permissive · top 1,000 on PyPI
google-cloud-monitoringpermissive · top 1,000 on PyPI
google-cloud-appengine-loggingpermissive · top 1,000 on PyPI
googleapis-common-protospermissive · top 100 on PyPI
google-cloud-bigquery-storagepermissive · top 1,000 on PyPI
google-cloud-kmspermissive · top 1,000 on PyPI
google-cloud-firestorepermissive · top 1,000 on PyPI
google-cloud-taskspermissive · top 1,000 on PyPI
google-cloud-dataplexpermissive · top 1,000 on PyPI
google-cloud-languagepermissive · top 1,000 on PyPI