google-cloud-memcache
Google Cloud Memcache API client library
Install
google-cloud-memcache on PyPI
pip
pip install google-cloud-memcacheuv
uv add google-cloud-memcachepoetry
poetry add google-cloud-memcachePackage facts
| License | Apache-2.0 (permissive) |
| Python support | supports the current Python release (>=3.10) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 5 — google-api-core, google-auth, grpcio, proto-plus, protobuf |
| 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_memcache-1.16.0-py3-none-any.whl
About google-cloud-memcache
from the package's own PyPI description — quoted content, verbatim
Python Client for Cloud Memorystore for Memcached
|stable| |pypi| |versions|
Cloud Memorystore for Memcached_: Google Cloud Memorystore for Memcached API is used for creating and
managing Memcached instances in GCP.
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-memcache.svg :target: https://pypi.org/project/google-cloud-memcache/ .. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-memcache.svg :target: https://pypi.org/project/google-cloud-memcache/ .. _Cloud Memorystore for Memcached: https://cloud.google.com/memorystore/ .. _Client Library Documentation: https://cloud.google.com/python/docs/reference/memcache/latest/summary_overview .. _Product Documentation: https://cloud.google.com/memorystore/
Quick Start
In order to use this library, you first need to go through the following steps:
- `Select or create a Cloud Platform...
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
Official Google Cloud client library for creating and managing Memcached instances in Google Cloud Memorystore, providing programmatic access to the Cloud Memcached API.
Low friction install with five stable Google-maintained dependencies. Active maintenance with a release 52 days ago and recent commits; part of the widely-used googleapis ecosystem.
Apache-2.0 permissive license allows commercial and private use with minimal restrictions; standard for Google Cloud client libraries.
Usage
pip install google-cloud-memcache
from google.cloud import memcache_v1
client = memcache_v1.CloudMemcacheClient()
project = 'your-project-id'
region = 'us-central1'
instance_id = 'my-memcache'
request = memcache_v1.GetInstanceRequest(name=f'projects/{project}/locations/{region}/instances/{instance_id}')
instance = client.get_instance(request=request)
Requires Python >= 3.10; GCP project with Cloud Memorystore for Memcached enabled and authentication credentials configured (via Application Default Credentials or explicit key).
Verdict: Production-ready, actively maintained Google Cloud client library with no known vulnerabilities and permissive licensing. Suitable for applications that need to programmatically manage Memcached instances on Google Cloud Platform.
Needs verification
- Whether the library supports async/await patterns for non-blocking operations
- Performance characteristics and rate-limiting behavior when managing large numbers of instances
- Specific authentication methods supported beyond Application Default Credentials
Similar packages
permissive · top 1,000 on PyPI
google-cloud-pubsubpermissive · top 1,000 on PyPI
google-cloud-workflowspermissive · top 1,000 on PyPI
google-cloud-monitoringpermissive · top 1,000 on PyPI
google-cloud-appengine-loggingpermissive · top 1,000 on PyPI
google-cloud-dataproc-metastorepermissive · top 1,000 on PyPI
google-cloud-resource-managerpermissive · top 1,000 on PyPI
googleapis-common-protospermissive · top 100 on PyPI
google-cloud-bigquery-storagepermissive · top 1,000 on PyPI
google-cloud-translatepermissive · top 1,000 on PyPI