https://github.com/jakubvalenta/google-sheets-wrapper
A library wrapping Google Sheets API to make some operations easier.
https://github.com/jakubvalenta/google-sheets-wrapper
api google googledocs googlesheets
Last synced: about 2 months ago
JSON representation
A library wrapping Google Sheets API to make some operations easier.
- Host: GitHub
- URL: https://github.com/jakubvalenta/google-sheets-wrapper
- Owner: jakubvalenta
- License: apache-2.0
- Created: 2016-10-25T12:14:35.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-02-06T22:17:32.000Z (over 2 years ago)
- Last Synced: 2025-01-30T11:11:39.923Z (4 months ago)
- Topics: api, google, googledocs, googlesheets
- Language: Python
- Homepage:
- Size: 47.9 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Google Sheets Wrapper
A library wrapping Google Sheets API to make some operations easier.
## Installation
Install Google Sheets Wrapper using pip:
```shell
$ pip install google-sheets-wrapper
```## Usage
```python
from google_sheets_wrapper import sheets
```## Help
See [google_sheets_wrapper/sheets.py](./google_sheets_wrapper/sheets.py).
## Contributing
__Feel free to remix this project__ under the terms of the [Apache License,
Version 2.0](http://www.apache.org/licenses/LICENSE-2.0).