This set of scripts can be used to manage Google users within a Google Apps domain. The scripts have been built with few dependencies to cut down on complexity.
To build and install:
- Clone the repo
- Modify the build_config.py file with your settings
- Modify existing scripts or build your own based on the ideas outline
You will need to install the packages listed in the requirements.txt file.
~$ pip install -r requirements.txt
Currently Python 3.4, 3.5 and 3.6 are fully supported and tested. This code may work with Python 2.7 but this was written initially in Python 3
This project is licensed under the MIT License - see the LICENSE file for details