gcloud-aio-storage

(Asyncio OR Threadsafe) Google Cloud Client Library for Python

Latest version: 9.6.4 registry icon
Maintenance score
100
Safety score
100
Popularity score
43
Check your open source dependency risks. Get immediate insight about security, stability and licensing risks.
Security
  Vulnerabilities
Version Suggest Low Medium High Critical
9.6.4 0 0 0 0 0
9.6.3 0 0 0 0 0
9.6.1 0 0 0 0 0
9.6.0 0 0 0 0 0
9.5.0 0 0 0 0 0
9.4.0 0 0 0 0 0
9.3.0 0 0 0 0 0
9.2.0 0 0 0 0 0
9.1.0 0 0 0 0 0
9.0.0 0 0 0 0 0
8.3.0 0 0 0 0 0
8.2.1a0 0 0 0 0 0
8.2.0 0 0 0 0 0
8.1.0 0 0 0 0 0
8.0.0 0 0 0 0 0
7.0.1 0 0 0 0 0
6.3.0 0 0 0 0 0
6.2.0 0 0 0 0 0
6.1.1 0 0 0 0 0
6.1.0 0 0 0 0 0
6.0.0 0 0 0 0 0
5.7.0 0 0 0 0 0
5.6.0 0 0 0 0 0
5.5.4 0 0 0 0 0
5.5.2 0 0 0 0 0
5.5.1 0 0 0 0 0
5.5.0 0 0 0 0 0
5.4.0 0 0 0 0 0
5.3.0 0 0 0 0 0
5.2.2 0 0 0 0 0
5.1.0 0 0 0 0 0
5.0.0 0 0 0 0 0
4.3.0 0 0 0 0 0
4.2.0 0 0 0 0 0
4.1.0 0 0 0 0 0
4.0.1 0 0 0 0 0
4.0.0 0 0 0 0 0
3.0.1 0 0 0 0 0
3.0.0 0 0 0 0 0
2.1.1 0 0 0 0 0
2.1.0 0 0 0 0 0
2.0.0 0 0 0 0 0
1.0.1 0 0 0 0 0
1.0.0 0 0 0 0 0
0.6.0 0 0 0 0 0
0.5.4 0 0 0 0 0
0.5.3 0 0 0 0 0
0.5.2 0 0 0 0 0
0.5.1 0 0 0 0 0
0.5.0 0 0 0 0 0
0.0.0 0 0 0 0 0

Stability
Latest release:

9.6.4 - This version is safe to use because it has no known security vulnerabilities at this time. Find out if your coding project uses this component and get notified of any reported security vulnerabilities with Meterian-X Open Source Security Platform

Licensing

Maintain your licence declarations and avoid unwanted licences to protect your IP the way you intended.

MIT   -   MIT License

Not a wildcard

Not proprietary

OSI Compliant



(Asyncio OR Threadsafe) Google Cloud Client Libraries 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.

|circleci| |pythons|

The following clients are available:

  • Google Cloud Auth_: |pypia|
  • Google Cloud BigQuery_: |pypibq|
  • Google Cloud Datastore_: |pypids|
  • Google Cloud KMS_: |pypikms|
  • Google Cloud PubSub_: |pypips|
  • Google Cloud Storage_: |pypist|
  • Google Cloud Task Queue_: |pypitq|

Installation

.. code-block:: console

$ 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.

.. _Google Cloud Auth: https://github.com/talkiq/gcloud-aio/blob/master/auth/README.rst .. _Google Cloud BigQuery: https://github.com/talkiq/gcloud-aio/blob/master/bigquery/README.rst .. _Google Cloud Datastore: https://github.com/talkiq/gcloud-aio/blob/master/datastore/README.rst .. _Google Cloud Function Dependencies: https://cloud.google.com/functions/docs/writing/specifying-dependencies-python .. _Google Cloud KMS: https://github.com/talkiq/gcloud-aio/blob/master/kms/README.rst .. _Google Cloud PubSub: https://github.com/talkiq/gcloud-aio/blob/master/pubsub/README.rst .. _Google Cloud Storage: https://github.com/talkiq/gcloud-aio/blob/master/storage/README.rst .. _Google Cloud Task Queue: https://github.com/talkiq/gcloud-aio/blob/master/taskqueue/README.rst .. _contribution guide: https://github.com/talkiq/gcloud-aio/blob/master/.github/CONTRIBUTING.rst .. _documentation: https://talkiq.github.io/gcloud-aio/

.. |pypia| image:: https://img.shields.io/pypi/v/gcloud-aio-auth.svg?style=flat-square :alt: Latest PyPI Version :target: https://pypi.org/project/gcloud-aio-auth/

.. |pypibq| image:: https://img.shields.io/pypi/v/gcloud-aio-bigquery.svg?style=flat-square :alt: Latest PyPI Version :target: https://pypi.org/project/gcloud-aio-bigquery/

.. |pypids| image:: https://img.shields.io/pypi/v/gcloud-aio-datastore.svg?style=flat-square :alt: Latest PyPI Version :target: https://pypi.org/project/gcloud-aio-datastore/

.. |pypikms| image:: https://img.shields.io/pypi/v/gcloud-aio-kms.svg?style=flat-square :alt: Latest PyPI Version :target: https://pypi.org/project/gcloud-aio-kms/

.. |pypips| image:: https://img.shields.io/pypi/v/gcloud-aio-pubsub.svg?style=flat-square :alt: Latest PyPI Version :target: https://pypi.org/project/gcloud-aio-pubsub/

.. |pypist| image:: https://img.shields.io/pypi/v/gcloud-aio-storage.svg?style=flat-square :alt: Latest PyPI Version :target: https://pypi.org/project/gcloud-aio-storage/

.. |pypitq| image:: https://img.shields.io/pypi/v/gcloud-aio-taskqueue.svg?style=flat-square :alt: Latest PyPI Version :target: https://pypi.org/project/gcloud-aio-taskqueue/

.. |circleci| image:: https://img.shields.io/circleci/project/github/talkiq/gcloud-aio/master.svg?style=flat-square :alt: Test Status :target: https://circleci.com/gh/talkiq/gcloud-aio/tree/master

.. |pythons| image:: https://img.shields.io/pypi/pyversions/gcloud-aio-auth.svg?style=flat-square&label=python :alt: Python Version Support :target: https://pypi.org/project/gcloud-aio-auth/