Version Code style: black

Package with extra tools to use for Streamlit Applications

GitHub page with source code

Installation

pip install extra-streamlit-tools

Usage

import extra_streamlit_tools as est

# for data related functions
from est.data import ...

# for e.g. cache related functions
from est.utils import ...

Indices and tables