Skip to main content

Python SDK for accessing and updating Google Sheets via docapi.datafetchpro.com

Project description


support server npm version npm downloads PyPI downloads

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)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

sheetiq-0.1.2-py3-none-any.whl (4.3 kB view details)

Uploaded Python 3

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

Hashes for sheetiq-0.1.2.tar.gz
Algorithm Hash digest
SHA256 f37d31e3ac93313cb92a87e8774165d3d8c07fdb7fc64c8078c9e26e64212007
MD5 4026acc3006b8a50c0a5bf7720092210
BLAKE2b-256 0a015223921d9e4874c3b417b11b358f462cee7bc6fc4b9bec48f2c5593b3dae

See more details on using hashes here.

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

Hashes for sheetiq-0.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 6794260b21b0493dbdf717b175d2903bce5dfeca58f0c66e358aaaf6663bc083
MD5 88a7678cdbe0b52b44c7de9239847247
BLAKE2b-256 e74295f190b3e708830cc865a37b0acb54d3d1e4097490cd427c5c5a95df6b32

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page