Python SDK for accessing and updating Google Sheets via docapi.datafetchpro.com
Project description
SheetIQ
Python SDK for reading and writing to Google Sheets using docapi.datafetchpro.com
🚀 Installation
pip install sheetiq
Initlization
from sheetiq.sheetiq import SheetIQ
sheet=SheetIQ({"token":"YOUR_BEARER_TOKEN"})
Get Sheet Data
sheet.get_sheet({"id":"1jNPCbbYGT49dlXCeWkAoutazh3Cp2awsJyXnWyAKZ8E","range":"Sheet1"})
Append Data on Sheet
res = sheet.update_sheet({
"id": "1jNPCbbYGT49dlXCeWkAoutazh3Cp2awsJyXnWyAKZ8E",
"range": "Sheet1",
"type": "append",
"data": [["example@gmail.com"]]
})
Update Data on Sheet
res = sheet.update_sheet({
"id": "1jNPCbbYGT49dlXCeWkAoutazh3Cp2awsJyXnWyAKZ8E",
"range": "Sheet1",
"type": "update",
"data": [["example@gmail.com"]]
})
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
sheetiq-0.1.2.tar.gz
(3.3 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file sheetiq-0.1.2.tar.gz.
File metadata
- Download URL: sheetiq-0.1.2.tar.gz
- Upload date:
- Size: 3.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f37d31e3ac93313cb92a87e8774165d3d8c07fdb7fc64c8078c9e26e64212007
|
|
| MD5 |
4026acc3006b8a50c0a5bf7720092210
|
|
| BLAKE2b-256 |
0a015223921d9e4874c3b417b11b358f462cee7bc6fc4b9bec48f2c5593b3dae
|
File details
Details for the file sheetiq-0.1.2-py3-none-any.whl.
File metadata
- Download URL: sheetiq-0.1.2-py3-none-any.whl
- Upload date:
- Size: 4.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6794260b21b0493dbdf717b175d2903bce5dfeca58f0c66e358aaaf6663bc083
|
|
| MD5 |
88a7678cdbe0b52b44c7de9239847247
|
|
| BLAKE2b-256 |
e74295f190b3e708830cc865a37b0acb54d3d1e4097490cd427c5c5a95df6b32
|