Skip to main content

A simple synchronous way of accessing localStorage from your Streamlit app.

Project description

streamlit-ws-localstorage

Finally a simple synchronous way of accessing localStorage from your Streamlit app.

Downloads

Why

I tried using extra-streamlit-components but found it too complex, because of the way Streamlit components works. Since the communication between the browser and streamlit app is async, your app is run multiple times, and nested if else blocks may not work properly. A simple call to get all cookies causes the app to be run 4 times in total. And the first call to get all cookies returns an empty dictionary which needs to be handled in the code.

Looking at the complexity, I thought it would be easier to write a synchronous commmunication.

How to run

Using it is fairly simple:

import streamlit as st
from streamlit_ws_localstorage import injectWebsocketCode, getOrCreateUID

# Main call to the api, returns a communication object
conn = injectWebsocketCode(hostPort='linode.liquidco.in', uid=getOrCreateUID())

st.write('setting into localStorage')
ret = conn.setLocalStorageVal(key='k1', val='v1')
st.write('ret: ' + ret)

st.write('getting from localStorage')
ret = conn.getLocalStorageVal(key='k1')
st.write('ret: ' + ret)

You can use the linode.liquidco.in websocket relay server for testing. Alternately run your websocket relay server from the code in websocket-server/ws_server.py

Video demo

https://user-images.githubusercontent.com/544881/185042658-43dd3c58-a086-4457-a042-9d4d895e34ba.mp4

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

streamlit_ws_localstorage-1.0.4.tar.gz (5.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

streamlit_ws_localstorage-1.0.4-py2-none-any.whl (19.9 kB view details)

Uploaded Python 2

File details

Details for the file streamlit_ws_localstorage-1.0.4.tar.gz.

File metadata

File hashes

Hashes for streamlit_ws_localstorage-1.0.4.tar.gz
Algorithm Hash digest
SHA256 102e7f367b5dcc0da0997c7a6c1e25f50acc8382df445c5f4b6520b684f73746
MD5 8088be483c1e7e1d5b4ed0f3af95fec7
BLAKE2b-256 c6547fd8feec9d08af7ace5337c7096dcec4389ad654871262d2cc85fed1473d

See more details on using hashes here.

File details

Details for the file streamlit_ws_localstorage-1.0.4-py2-none-any.whl.

File metadata

File hashes

Hashes for streamlit_ws_localstorage-1.0.4-py2-none-any.whl
Algorithm Hash digest
SHA256 96ace76f7187f81269cc0ae74a98bc74a9dfb6b380e2e1d99705a752a874129a
MD5 169e94ed4c13f32672cc1e6382784e70
BLAKE2b-256 bcd785a95db7fe2f18dcbba20506c9135f09396d102a4e1a110338d78e7553cb

See more details on using hashes here.

Supported by

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