(Asyncio OR Threadsafe) Google Cloud Client Library for Python
This repository contains a shared codebase for two projects: gcloud-aio-*
and gcloud-rest-*
. Both of them are HTTP implementations of the Google
Cloud client libraries. The former has been built to work with Python 3's
asyncio. The later is a threadsafe requests
-based implementation.
The following clients are available:
-
Google Cloud Auth:
-
Google Cloud BigQuery:
-
Google Cloud Datastore:
-
Google Cloud KMS:
-
Google Cloud PubSub:
-
Google Cloud Storage:
-
Google Cloud Task Queue:
Installation
$ pip install --upgrade gcloud-{aio,rest}-{client_name}
Docs
Please see our documentation for usage details.
Contributing
Developer? See our contribution guide for how you can contribute.