Metadata-Version: 2.1
Name: googau
Version: 0.0.2
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.8,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: google-api-python-client (>=2.70.0,<3.0.0)
Requires-Dist: google-auth-httplib2 (>=0.1.0,<0.2.0)
Requires-Dist: google-auth-oauthlib (>=0.8.0,<0.9.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/)

