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.3.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.3.tar.gz.
File metadata
- Download URL: sheetiq-0.1.3.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 |
0a4539ea74398ca74bf1e3e194e478ae0685b9f05eaa3ae07fef58bd0520f4b1
|
|
| MD5 |
5f956b0ec4a0902d1350fcdc3ebacdae
|
|
| BLAKE2b-256 |
7929c134762ab373db404cac484fd56b760b8d21869a33e485a6adc5fec53eff
|
File details
Details for the file sheetiq-0.1.3-py3-none-any.whl.
File metadata
- Download URL: sheetiq-0.1.3-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 |
cb5c08fd598c77efdae4bc30c763363c7db63733c12604311af3734c3f30f1ce
|
|
| MD5 |
1b482560f16c1f9ccf75589fa6d5bea5
|
|
| BLAKE2b-256 |
ad6a29e3eb88832d3e2b8cb0a97e298cf8589454da984e8dad506d9da524ace3
|