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
Close
Hashes for gsuitefy-1.1.3-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6eade9e901a9364e8f3882d4c7d1e36364415df6e2c687da42753cc0a827d718 |
|
MD5 | 7c3cc6d18b56a64d9c852114f2ff8543 |
|
BLAKE2b-256 | 642ac2c7953b77e63daaeb1ba7a2dfa2af254446b764f78723981a22d59f1c36 |