Skip to main content

Lore IO sdk

Project description

#Lore IO python SDK

Interactive shell:

python -m loreio-sdk wss://ui.getlore.io/storyteller

Scripting resources

from loreiosdk.spyglass_script import Spyglass   

# get your spyglass instance
spyglass_instance = Spyglass('wss://ui.getlore.io/storyteller', 'USERNAME',
'PASSWORD', dataset_id='DATASET_ID')

# sync_cmd will trigger an syncronous command and will return (status, seqno, result)
spyglass_instance.sync_cmd("Command Name", ["Positional_argument"], {"Keyword_arg": True})

##Contributors resources

Build using:

bumpversion --current-version VERSION minor setup.py loreiosdk/__init__.py

python setup.py sdist bdist_wheel  

Publish using:

twine upload dist/loreio-sdk-VERSION.tar.gz

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

loreio-sdk-0.3.2.tar.gz (10.6 kB view hashes)

Uploaded Source

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