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
- Host: GitHub
- URL: https://github.com/jrieke/streamlit-inspector
- Owner: jrieke
- License: mit
- Created: 2022-02-27T19:56:33.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-08-29T17:40:27.000Z (about 3 years ago)
- Last Synced: 2025-03-14T22:38:46.197Z (7 months ago)
- Language: Python
- Homepage:
- Size: 193 KB
- Stars: 8
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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).