{"categories":[{"label":"Internet","url":"https://skillfed.io/packages/category/internet/3"}],"enrichment":{"capability":"Provides an asyncio-compatible or threadsafe Python client for Google Cloud Datastore, enabling applications to read, write, and query data in Datastore from Python code.","skillfed_tags":["google-cloud","asyncio-ready","rest-client"],"use_cases":["Build asyncio-based microservices that query and store data in Google Cloud Datastore.","Migrate legacy threadsafe Python applications to use Datastore without rewriting to async.","Perform bulk entity operations (create, update, delete) against Datastore from batch jobs.","Query Datastore entities with filtering and sorting in a Python-native API.","Integrate Datastore into a multi-tenant SaaS platform using authenticated REST calls."],"what_it_does":"gcloud-rest-datastore is a Python client library for Google Cloud Datastore that supports both asyncio and threadsafe execution models. It wraps the Datastore REST API, allowing you to perform database operations\u2014queries, entity creation, updates, and deletions\u2014from Python applications without managing raw HTTP calls. The package depends only on gcloud-rest-auth for authentication, keeping the dependency footprint minimal.\n\nThe library is production-stable (Development Status 5) and actively maintained, with support for modern Python versions (3.10 through 3.14). It's designed for developers building applications that need to interact with Google Cloud Datastore and want a higher-level abstraction than raw REST calls, with the flexibility to use either async/await patterns or traditional threaded code depending on their application architecture.","worth_installing":"Yes. The package is production-stable, actively maintained, has no known vulnerabilities, and offers low-friction installation. It's a solid choice if you need a Python Datastore client and want either asyncio or threadsafe semantics. Verify which concurrency model fits your application before committing."},"id":"gcloud-rest-datastore","links":{"html":"https://skillfed.io/packages/gcloud-rest-datastore","md":"https://skillfed.io/packages/gcloud-rest-datastore.md","pypi":"https://pypi.org/project/gcloud-rest-datastore/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-07-09","license_spdx":null,"license_treatment":"permissive","name":"gcloud-rest-datastore","python_support":"supports_current","summary":"Python Client for Google Cloud Datastore"},"popularity":{"monthly_downloads":408305,"position":6882,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"9.2.1"}
