Skip to main content

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

Supported by

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