Skip to main content

Python object browser implemented in Qt.

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 (https://github.com/PySide/pyside-setup)

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


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.0.0.zip (30.9 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page