PyData helpers for authenticating to Google APIs
Project description
pydata-google-auth is a package providing helpers for authenticating to Google APIs.
Installation
Install latest release version via conda
$ conda install pydata-google-auth --channel conda-forge
Install latest release version via pip
$ pip install pydata-google-auth
Install latest development version
$ pip install git+https://github.com/pydata/pydata-google-auth.git
Usage
Use the pydata_google_auth.get_user_credentials() function to authenticate to Google APIs with user credentials.
import pydata_google_auth
credentials = pydata_google_auth.get_user_credentials(
['https://www.googleapis.com/auth/cloud-platform'],
)
# Use the credentials in other libraries, such as the Google BigQuery
# client library.
from google.cloud import bigquery
client = bigquery.Client(project='YOUR-PROJECT-ID', credentials=credentials)
See the pydata-google-auth documentation for more details.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pydata-google-auth-0.3.0.tar.gz
(26.0 kB
view hashes)
Built Distribution
Close
Hashes for pydata_google_auth-0.3.0-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | e9ba8021a5b369f222c9dd666098e843d9fb13a7fe416407a814d508ebbcca32 |
|
MD5 | 46dd6ab5d94419805f9c7d447f005c71 |
|
BLAKE2b-256 | 87ed9c9f410c032645632de787b8c285a78496bd89590c777385b921eb89433d |