Python client for UnderstandLabs
Project description
Python client for UnderstandLabs
This is the official Python SDK for UnderstandLabs
Getting Started
Install
pip install understand-sdk
# or
# poetry add understand-sdk
Configuration
from understand_sdk.client import UnderstandPublicClient
# contact us at it@understandlabs.com for getting API key
client = UnderstandPublicClient(api_key="api key")
Usage
from understand_sdk.story import StoryWithChannels
# create new story object
story = StoryWithChannels(
title="A new awesome story",
channels=[
"general"
],
slides=[
# add your slides
]
)
# push a new story to Understand platform
client.create_story(story)
Getting Help/Support
If you need help reach out to us at it@understandlabs.com.
License
Licensed under the MIT license, see LICENSE
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
understand_sdk-0.1.9.tar.gz
(7.4 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 understand_sdk-0.1.9.tar.gz.
File metadata
- Download URL: understand_sdk-0.1.9.tar.gz
- Upload date:
- Size: 7.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.0.1 CPython/3.10.16 Darwin/23.5.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
51d63b81dfc1c5a8930f67d31e3f1877d0c37b8b2c1db6e66022467f66b72ffe
|
|
| MD5 |
b007a2e5cbaa236818ded6a79a53ed99
|
|
| BLAKE2b-256 |
4b86e09e275cc7dc5f17c5690e69b077aebcee81a4180959425ee2693e1b582f
|
File details
Details for the file understand_sdk-0.1.9-py3-none-any.whl.
File metadata
- Download URL: understand_sdk-0.1.9-py3-none-any.whl
- Upload date:
- Size: 9.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.0.1 CPython/3.10.16 Darwin/23.5.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0d7f02b23d1d9050c9dd8d8964bef12569ff338620b5b3cbca863c4dc2d9b931
|
|
| MD5 |
aa69d7067e161206e8140d5f99f9f081
|
|
| BLAKE2b-256 |
0d5675920b00d35f2e2f9892b6a58009f40150cdf7cc67176481a0ae85aac48c
|