Skip to content

pygsuite

pygsuite is a lightweight, pythonic wrapper around the core Google provided API clients. It offers efficient APIs for batch requests to automate the creation, manipulation, and management of GSuite content.

Pygsuite's code is hosted on GitHub.

You can read more about the raw GSuite APIs here here.

Install

pygsuite is hosted on PyPI, and is installable with pip:

$ pip install pygsuite

To use the image upload helpers in pygsuite, use the images optional installation extras:

$ pip install pygsuite[images]

Dive right in

Get started with the hands-on tutorials for each domain. You'll need to start with the auth tutorial to use any of them, so begin there.