Metadata-Version: 2.1
Name: gsuite
Version: 0.0.1
Summary: Python library to interact with Google Suite API
Home-page: https://github.com/traveloka/gsuite-python-library
Author: Rafi Kurnia Putra
Author-email: rafi.putra@traveloka.com
License: Apache License 2.0
Description: # gsuite-python-library
        Python library to interact with Google Suite API
        
        Google Services which are currently supported are:
        * Google Groups
        * Google Sheets
        
        ## Requirements
        
        * [Python 3.X.X](https://www.python.org/downloads/)
        * [Virtualenv](https://virtualenv.pypa.io/en/latest/) (Recommended)
        
        ## Installation
        
        You can use `pip` and `virtualenv`. Create a new virtual environment, then activate the environment and use this command to install:
        ```bash
        $ pip install gsuite
        ```
        
        Or you can do it without `virtualenv`. `sudo` most likely be required:
        ```bash
        $ sudo pip install gsuite
        ```
        
        ## Author
        
        * [Rafi Kurnia Putra](https://github.com/rafikurnia)
        
        ## License
        
        Apache 2 Licensed. See [LICENSE](https://github.com/traveloka/gsuite-python-library/blob/master/LICENSE) for full details.
Platform: UNKNOWN
Requires-Python: >=3
Description-Content-Type: text/markdown
