Wirg / st-compat

Project to support compatibility between streamlit versions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

st-compat

Tests codecov CodeQL Downloads Supported Python Versions pypi version

st-compat is the simplest way to handle compatibility between streamlit versions when building utils and modules for the community!

How to install

pip install st-compat

How to use

from st_compat import get_script_run_ctx

ctx = get_script_run_ctx()

About

Project to support compatibility between streamlit versions

License:Apache License 2.0


Languages

Language:Python 83.4%Language:Shell 16.6%