Metadata-Version: 2.1
Name: google-documents
Version: 0.0.2
Summary: Python package to work with Google Documents
Home-page: http://github.com/chimplie/google-documents
Author: Vitalii Pavliuk
Author-email: pavliuk96@gmail.com
License: MIT
Platform: UNKNOWN
Description-Content-Type: text/markdown
Requires-Dist: google-api-python-client (==1.6.6)

# Google Documents

Python package that allows you to work with Google Documents like with simple Python objects

## Installation

```bash
pip install git+https://github.com/chimplie/google-documents.git
```



