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.8.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.8.tar.gz.
File metadata
- Download URL: understand_sdk-0.1.8.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 |
f4afb67261d2bb3c87ac352c9093e2a4b25cfbdea0f34a6dcdfdd344183aee21
|
|
| MD5 |
b6ffadf103b2c19c8eeffaa32758ef03
|
|
| BLAKE2b-256 |
a4c56f44e6d292d5b5d4b7e1e8721442f300e8be06226ae73981b8b0750af067
|
File details
Details for the file understand_sdk-0.1.8-py3-none-any.whl.
File metadata
- Download URL: understand_sdk-0.1.8-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 |
9c4e713b682f9115fab62db830dfb9ceee191d9cc2d38cbc14d1ee0f6a42a6fb
|
|
| MD5 |
f1e8dcad13fc93c1eeebf1dd6103597f
|
|
| BLAKE2b-256 |
b32a41f52dfc45823c53fd243cf7e92b282fadd87486c93535192f8a90b097be
|