Gclient-service-account-auth

Latest version: v0.3.0

Safety actively analyzes 620828 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

0.2.0

Updated docs and interface.

`AuthorizedService` can now take `email` and `key` as parameters.

0.1.3

The package will now be installable via:


pip install gclient-service-account-auth


but will still be importable via:


import service_account_auth

0.1.2

This release adds support for accessing the analytics api with support for writing. It also distinguishes between this access and the previously added read-only analytics access.

Creating an analytics readonly `AuthorizedService` object:

python
AuthorizedService('my-project-id', 'analytics-read', 'v3')


Creating an analytics read/write `AuthorizedService` object:

python
AuthorizedService('my-project-id', 'analytics', 'v3')

0.1.1

This is the same as the initial release, but fixes a bug where pip install would not work because of the incorrect inclusion of a .md file instead of the .rst file.

0.1

The basics of creating an authorized service for use in communicating with Google's APIs.

This code is fully functional for accessing analytics and bigquery apis, and can be easily extended to support other apis as well.

This release corresponds to the 0.1 release in pypi.

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.