Skip to content

Home

Python utilities to simplify connection with Google APIs.


gcloud-connectors is a simple and efficient api wrapper to interact with Google APIs and Pandas

With a couple of code lines, it allows any Pandas user to take advantage of Google APIs.

Without gcloud-connectors Without gcloud-connectors
With gcloud-connectors With gcloud-connectors

Features

Requirements

On Linux macOS & Windows, no special requirement rather than

pip install gcloud-connectors

Example:

✅ Tested on Mac and Linux

import ...

Warning

Enviroment Variable is required to interact with any of Google wrapped classes

When should I use gcloud-connectors, google-api-python or bigquery?

pandas is a fast, powerful, flexible and easy to use open source data analysis and manipulation tool, built on top of the Python programming language.