Metadata-Version: 2.1
Name: gspi
Version: 1.0.3
Summary: Google Sheets Programming Interface
Home-page: http://www.shahilislam.ml/
Author: Shahil Islam
Author-email: shahilislam@gmail.com
License: MIT
Project-URL: Source, https://github.com/islamshahil/gspi
Keywords: scripting,automation,python,gsheets
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: importlib-metadata
Requires-Dist: google-api-python-client
Requires-Dist: google-auth-httplib2
Requires-Dist: google-auth-oauthlib

## gspi

*Google Sheets Programming Interface.*

### A simpler way to Read & Write Google Sheets using Python

## **Install**

    pip install gspi

## **Usage**

Check our `help` for module details:

```python
gspi -h
```
