Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 385 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 385 Bytes

Google Workspace Automation Toolbox

Installation

  1. Install from pypi

    pip install -U googau
  2. Install for development

    virtualenv -p python3 venv
    source venv/bin/activate
    pip install poetry
    poetry install

References and links

Google API documentation - https://developers.google.com/