Metadata-Version: 2.1
Name: pygsuite
Version: 0.0.5
Summary: Packages for working with google suite products.
Home-page: https://github.com/greenmtnboy/pygsuite
Author: greenmtnboy
Author-email: ethan.dickinson@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown
Requires-Dist: pandas
Requires-Dist: jinja2
Requires-Dist: google-api-python-client
Requires-Dist: google-auth-httplib2
Requires-Dist: google-auth-oauthlib
Provides-Extra: images
Requires-Dist: google-cloud-storage ; extra == 'images'
Requires-Dist: pyopenssl ; extra == 'images'

# Pygsuite

[![Join the chat at https://gitter.im/pygsuite/community](https://badges.gitter.im/pygsuite/community.svg)](https://gitter.im/pygsuite/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)

This package provides utilities for working with sheets, docs, and slides 
in a pythonic, object-oriented way.

## Documentation

[Read the Docs](https://pygsuite.readthedocs.io/en/latest/)

