Skip to main content

SAGE3 API

Project description

Python API to SAGE3

Configuration

.env file or environment variables

SAGE3_SERVER=example.com
ENVIRONMENT=production
TOKEN= XXX_JWT TOKEN for SAGE3 Auth_XXX

Loading

from foresight.config import config as conf, prod_type
from foresight.Sage3Sugar.pysage3 import PySage3
# Connect to the SAGE3 server
ps3 = PySage3(conf, prod_type)

Examples

See https://sage-3.github.io/docs/SAGE3-API-in-SageCell

from foresight.config import config as conf, prod_type
from foresight.Sage3Sugar.pysage3 import PySage3

room_id = %%sage_room_id
board_id = %%sage_board_id
app_id = %%sage_app_id
selected_apps = %%sage_selected_apps

ps3 = PySage3(conf, prod_type)
smartbits = ps3.get_smartbits(room_id, board_id)
bits = [smartbits[a] for a in selected_apps]
for b in bits:
  print(b)

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

pysage3-1.0.6.tar.gz (45.7 kB view details)

Uploaded Source

Built Distribution

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

pysage3-1.0.6-py3-none-any.whl (71.8 kB view details)

Uploaded Python 3

File details

Details for the file pysage3-1.0.6.tar.gz.

File metadata

  • Download URL: pysage3-1.0.6.tar.gz
  • Upload date:
  • Size: 45.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.9.6

File hashes

Hashes for pysage3-1.0.6.tar.gz
Algorithm Hash digest
SHA256 5ed6b65e1d9549f550673e1b524ebad480d4128ccd2bc49eec7df86712b1952c
MD5 46823315d2f6dc65276073e244860aca
BLAKE2b-256 f9e57e654e7381e5f32c1cfbc500ffb6947c4e565404bf1c15d12c3dd8b265ac

See more details on using hashes here.

File details

Details for the file pysage3-1.0.6-py3-none-any.whl.

File metadata

  • Download URL: pysage3-1.0.6-py3-none-any.whl
  • Upload date:
  • Size: 71.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.9.6

File hashes

Hashes for pysage3-1.0.6-py3-none-any.whl
Algorithm Hash digest
SHA256 002807a07bdd814135f086149086dc371c8843a93901f9e51f22999b75cc42b7
MD5 df10084fe02e7ac392d7e724447612bc
BLAKE2b-256 3006b144dd40a966b61005bdf5ef48ec6aa8314d91a65f5ca28df5f3e3cae355

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