/streamlit-inspector

🕵️ Streamlit component to inspect Python objects during development

Primary LanguagePythonMIT LicenseMIT

streamlit-inspector 🕵️

PyPi

Streamlit component to inspect Python objects during development.

Pass any object and streamlit-inspector will write an interactive preview of the object directly to your app, showing the object's type (with docstring), attributes (with values), and methods (with signatures and docstrings). Inspired by rich.



Installation

pip install streamlit-inspector

Usage

See the demo app.