Skip to main content

Python client for UnderstandLabs

Project description

Python client for UnderstandLabs

PyPi page link -- version

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


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.7.tar.gz (7.9 kB view hashes)

Uploaded Source

Built Distribution

understand_sdk-0.1.7-py3-none-any.whl (9.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page