Skip to main content

Types for sunbeam scripts

Project description

Sunbeam Types

Python helper classes for sunbeam

Example

import List, ListItem, CopyAction from sunbeam

page = List(items=[
    ListItem(title="list item 1"), actions=[
        CopyAction(text="Copy this")
    ]
])

print(page.json())

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

sunbeam-0.1.2.tar.gz (2.3 kB view hashes)

Uploaded Source

Built Distribution

sunbeam-0.1.2-py2.py3-none-any.whl (2.7 kB view hashes)

Uploaded Python 2 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