Skip to main content

Google python client used at Alkivi

Project description

Build Status Requirements Status

Google python client used at Alkivi

Package

Example

from alkivi.google import client as google
import logging

scope = 'https://www.googleapis.com/auth/admin.directory.user.readonly'

# Using default configuration
google_client = google.Client(scopes=[scope])

# Using specific endpoint
google_client = google.Client(endpoint='account2')

# Get directory client for Admin SDK api
impersonate = 'toto@alkivi.fr'
directory_client = google_client.get_directory_client(impersonate)

# Get a gmail client for gmail API
gmail_client = google_client.get_gmail_client()

Credentials

Credentials are fetched from, in priority order: - ./google.conf (script directory) - $HOME/.google.conf - /etc/google.conf

Example

[default]
; general configuration: default endpoint
endpoint=account1

[account1]
; configuration specific to 'account1' endpoint
; using can be
; - service: for Service Account
; - oauth: for OAuth authentification
using=service

; for Service Account
service_account_key=/path/to_your_service_key.json

[account2]
; other account configuration
using=oauth

; for OAuth
client_id=your_client_id
client_secret=your_client_secret
refresh_token=your_refresh_token

Tests

Testing is set up using pytest and coverage is handled with the pytest-cov plugin.

Run your tests with py.test in the root directory.

Coverage is ran by default and is set in the pytest.ini file. To see an html output of coverage open htmlcov/index.html after running the tests.

TODO

Travis CI

There is a .travis.yml file that is set up to run your tests for python 2.7 and python 3.2, should you choose to use it.

TODO

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

alkivi_google_client-1.0.4-py2.py3-none-any.whl (5.4 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file alkivi_google_client-1.0.4-py2.py3-none-any.whl.

File metadata

  • Download URL: alkivi_google_client-1.0.4-py2.py3-none-any.whl
  • Upload date:
  • Size: 5.4 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/40.0.0 requests-toolbelt/0.8.0 tqdm/4.23.4 CPython/3.5.3

File hashes

Hashes for alkivi_google_client-1.0.4-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 8823bc85e8968c8a903fc7bc211c6668e53ea3b0b94d7ef2d7ddf329bad94cd2
MD5 a1c8d1da944f23e4deb4dbaf5bebfc31
BLAKE2b-256 41a6567f3177271800579fa50e5015c12e9e391b27502f721bca71ab61d9c73d

See more details on using hashes here.

Provenance

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page