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.4.tar.gz (3.9 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.4-py3-none-any.whl (4.4 kB view details)

Uploaded Python 3

File details

Details for the file sheetiq-0.1.4.tar.gz.

File metadata

  • Download URL: sheetiq-0.1.4.tar.gz
  • Upload date:
  • Size: 3.9 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.4.tar.gz
Algorithm Hash digest
SHA256 23bba90af55a3d58907823007bb2326dd7027b66449c9605d1706a049a86eb0a
MD5 4e30b785d40f2c48a1ac0ec4df8439a3
BLAKE2b-256 c2f5cffec8785dbcd0c7382b5ce6bffa1a9fc9d964fa5c1a69a1e14f10f78dac

See more details on using hashes here.

File details

Details for the file sheetiq-0.1.4-py3-none-any.whl.

File metadata

  • Download URL: sheetiq-0.1.4-py3-none-any.whl
  • Upload date:
  • Size: 4.4 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.4-py3-none-any.whl
Algorithm Hash digest
SHA256 1f59ae196a8649295d03a0caddcc73edc9264c5cdc6e7596806386e7123817f5
MD5 0f6d0fae687511e30165e7ea8167e8f2
BLAKE2b-256 32428d261dd52d4594fc72c0a84f2e56bdecaab64006aa77624bfb7fb9a76589

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