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
Release files for objbrowser 1.3.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| objbrowser-1.3.1.zip | 31.2 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| objbrowser-1.3.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 58.4 kB
Release files / objbrowser-1.3.1.zip
| Download URL | objbrowser-1.3.1.zip |
|---|---|
| Size | 31.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
3bc4c58a4b6060a776cd41b10603f52a60198641694825b863a477cfb72aea40
|
|
BLAKE2b-256 checksum How to use checksums |
29369c5a5c2af8cdd327469502a72085256989096a1e28a46bbea3354b15b736
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/0.0.0 CPython/3.9.12
|
Release files / objbrowser-1.3.1-py3-none-any.whl
| Download URL | objbrowser-1.3.1-py3-none-any.whl |
|---|---|
| Size | 27.2 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
2c51684c2d147b4e9a77fe86fa474abff889d9d88ad3e7dbf567ab7a79f513d8
|
|
BLAKE2b-256 checksum How to use checksums |
c49beba4ffd866ca1f0da9672bfc5f2c6f88a637e1255934c8ce08b745d23241
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/0.0.0 CPython/3.9.12
|