An open API service indexing awesome lists of open source software.

https://github.com/jrieke/streamlit-inspector

🕵️ Streamlit component to inspect Python objects during development
https://github.com/jrieke/streamlit-inspector

Last synced: 7 months ago
JSON representation

🕵️ Streamlit component to inspect Python objects during development

Awesome Lists containing this project

README

          

# streamlit-inspector 🕵️

[![PyPi](https://img.shields.io/pypi/v/streamlit-inspector)](https://pypi.org/project/streamlit-inspector/)

**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](https://github.com/Textualize/rich).

---


🔍 Demo + instructions 🔍

---



## Installation

```bash
pip install streamlit-inspector
```

# Usage

See the [demo app](https://share.streamlit.io/jrieke/streamlit-inspector/main).