A Streamlit Connection for Google Sheets, providing a simple interface to read and write data using the official Streamlit Connections API. Current version is 0.1.0, with moderate release cadence.
pip install st-gsheets-connectionVerified import paths — ran on the pinned version, not inferred.
Basic example: creates a connection and reads a worksheet into a Pandas DataFrame.
Use `conn = st.connection("gsheets", type=GSheetsConnection)` instead of `GSheetsConnection(...)` directly.Install with `pip install st-gsheets-connection`, then import with `from st_gsheets_connection import GSheetsConnection`.
Pin gspread to <6.0 or use gspread-dataframe compatible with gspread 6.0.