skillfed

google-cloud-translate

Google Cloud Translate API client library

google-cloud-translate Permissive license Apache-2.0 Active 5,370 v3.27.0 released

Install

google-cloud-translate on PyPI

pip

pip install google-cloud-translate

uv

uv add google-cloud-translate

poetry

poetry add google-cloud-translate

Package 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

Development Status :: 5 - Production/StableIntended Audience :: DevelopersLicense :: OSI Approved :: Apache Software LicenseOperating System :: OS IndependentProgramming Language :: PythonProgramming Language :: Python :: 3Programming Language :: Python :: 3.10Programming Language :: Python :: 3.11Programming Language :: Python :: 3.12Programming Language :: Python :: 3.13Programming Language :: Python :: 3.14Topic :: Internet

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:

  1. Select or create a Cloud Platform project._
  2. Enable billing for your project._
  3. Enable the Cloud Translation._
  4. `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
google cloud translation api clientmachine translation python librarytext translation cloud servicegoogle translate api integrationmultilingual text translationcloud-based translation servicegoogle translation client library

Similar packages