jrieke / streamlit-inspector

๐Ÿ•ต๏ธ Streamlit component to inspect Python objects during development

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.


๐Ÿ” Demo + instructions ๐Ÿ”


Installation

pip install streamlit-inspector

Usage

See the demo app.

About

๐Ÿ•ต๏ธ Streamlit component to inspect Python objects during development

License:MIT License


Languages

Language:Python 100.0%