Gsuite Admin client to manage users and groups
Project description
gsuite
Gsuite Admin client to manage users and groups
How to use
Install:
pip install gsuitefy
Import:
from gsuitefy.gsuite import GSuiteAdmin
Sample:
# User with gsuite manager rights
MANAGER_USER_MAIL = 'group-manager@bar.com'
# Email of the Service Account
SERVICE_ACCOUNT_EMAIL = 'sa@bar.iam.gserviceaccount.com'
# Path to the service account JSON file
SERVICE_ACCOUNT_FILE_PATH = os.path.join(os.path.dirname(__file__), 'service-account.json')
gsuite = GSuiteAdmin(group_management_email=MANAGER_USER_MAIL,
service_account=SERVICE_ACCOUNT_FILE_PATH,
service_account_email=SERVICE_ACCOUNT_EMAIL)
gsuite.add_member_to_group(member='foo@bar.com', groupKey='foo-group@bar.com')
Development
Install all the project's dependencies
pip install -r requirements.txt
Contributors
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file gsuitefy-1.1.3-py2.py3-none-any.whl.
File metadata
- Download URL: gsuitefy-1.1.3-py2.py3-none-any.whl
- Upload date:
- Size: 5.0 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.4.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/2.7.15+
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6eade9e901a9364e8f3882d4c7d1e36364415df6e2c687da42753cc0a827d718
|
|
| MD5 |
7c3cc6d18b56a64d9c852114f2ff8543
|
|
| BLAKE2b-256 |
642ac2c7953b77e63daaeb1ba7a2dfa2af254446b764f78723981a22d59f1c36
|