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'
google_client = google.Client(scopes=[scope])

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

Credentials are check from - ./google.conf - $HOME/.google.conf - /etc/google.conf

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 Distribution

alkivi-google-client-1.0.1.tar.gz (5.0 kB view hashes)

Uploaded Source

Built Distribution

alkivi_google_client-1.0.1-py2.py3-none-any.whl (6.6 kB view hashes)

Uploaded Python 2 Python 3

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