Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 1.08 KB

README.md

File metadata and controls

23 lines (17 loc) · 1.08 KB

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()