GUI for Python object introspection.
Project description
Extensible Python object inspection tool implemented in Qt.
Displays objects as trees and allows you to inspect their attributes recursively (e.g. browse through a list of dictionaries). You can add your own inspection methods as new columns to the tree view, or as radio buttons to the details pane. Altering existing inspection methods is possible as well.
Requires: PySide or PyQt5
Installation: pip install objbrowser
Example use:
from objbrowser import browse a = 16; b = 'hello' browse(locals())
For more examples see: https://github.com/titusjan/objbrowser
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
objbrowser-1.3.1.zip
(31.2 kB
view details)
Built Distribution
File details
Details for the file objbrowser-1.3.1.zip
.
File metadata
- Download URL: objbrowser-1.3.1.zip
- Upload date:
- Size: 31.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/0.0.0 CPython/3.9.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3bc4c58a4b6060a776cd41b10603f52a60198641694825b863a477cfb72aea40 |
|
MD5 | 8c5f37a110e4707ea69e775c830dc89b |
|
BLAKE2b-256 | 29369c5a5c2af8cdd327469502a72085256989096a1e28a46bbea3354b15b736 |
File details
Details for the file objbrowser-1.3.1-py3-none-any.whl
.
File metadata
- Download URL: objbrowser-1.3.1-py3-none-any.whl
- Upload date:
- Size: 27.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/0.0.0 CPython/3.9.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2c51684c2d147b4e9a77fe86fa474abff889d9d88ad3e7dbf567ab7a79f513d8 |
|
MD5 | 3d2a2cbceb8370004858352400849f5d |
|
BLAKE2b-256 | c49beba4ffd866ca1f0da9672bfc5f2c6f88a637e1255934c8ce08b745d23241 |