Metadata-Version: 2.1
Name: googau
Version: 1.3.1
Summary: A helper library for automating your work with Google Workspace
License: MIT
Author: Theodore Aptekarev
Author-email: aptekarev+googau@gmail.com
Requires-Python: >=3.10,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: google-api-python-client (>=2.138.0,<3.0.0)
Requires-Dist: google-auth-httplib2 (>=0.2.0,<0.3.0)
Requires-Dist: google-auth-oauthlib (>=1.2.1,<2.0.0)
Description-Content-Type: text/markdown

# Google Workspace Automation Toolbox

## Installation

1. Install from pypi

   ```bash
   pip install -U googau
   ```

1. Install for development

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

### References and links

Google API documentation - [https://developers.google.com/](https://developers.google.com/)

