Skip to main content

Official Python SDK for TagoIO

Project description


TagoIO

TagoIO - Python SDK

Official Python SDK for TagoIO

Installation

pip install tagoio-sdk

Quick Example

If you have any questions, feel free to check our Help Center

Insert Device Data

from tagoio_sdk import Resources

resources = Resources()
resource.devices.sendDeviceData("myDeviceID", {
    "variable": "temperature",
    "unit": "F",
    "value": 55,
    "time": "2015-11-03 13:44:33",
    "location": {"lat": 42.2974279, "lng": -85.628292},
})

Edit Device Data

from tagoio_sdk import Resources

resources = Resource()
resource.devices.editDeviceData("myDeviceID", {
    "id": "idOfTheRecord",
    "value": "new value",
    "unit": "new unit"
})

Development Commands

uv sync --dev
uv run pytest tests/
uv run ruff check src
uv run ruff format src

License

TagoIO SDK for Python is released under the Apache-2.0 License

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

tagoio_sdk-5.0.0b1.tar.gz (110.9 kB view details)

Uploaded Source

Built Distribution

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

tagoio_sdk-5.0.0b1-py3-none-any.whl (75.6 kB view details)

Uploaded Python 3

File details

Details for the file tagoio_sdk-5.0.0b1.tar.gz.

File metadata

  • Download URL: tagoio_sdk-5.0.0b1.tar.gz
  • Upload date:
  • Size: 110.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.8.3

File hashes

Hashes for tagoio_sdk-5.0.0b1.tar.gz
Algorithm Hash digest
SHA256 e6b576bbaf2397d4d6c5b0d34a27d0a495cb321b9e6f9fe6826f7382e0c1465b
MD5 0068b2263c5dbbe9fdcb0bea6210c28b
BLAKE2b-256 77ceec53ad5311bcc9178d2741706189eb009f2afc650d31ce2f6d33c85c0121

See more details on using hashes here.

File details

Details for the file tagoio_sdk-5.0.0b1-py3-none-any.whl.

File metadata

File hashes

Hashes for tagoio_sdk-5.0.0b1-py3-none-any.whl
Algorithm Hash digest
SHA256 75938237783c246da558505dc4d55998f27805859c6577d774088260c36051be
MD5 94ca7c3c83d5779ac3ef8e30a5fc97f7
BLAKE2b-256 b478801e99454d64240b8aef585bf8831e1df9fb6f05e8af6364c8dc565ecb3e

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