tree-inspector

Inspect a Python object with an interactive tree view


License
MIT
Install
pip install tree-inspector==2.1.0

Documentation

Inspector for Python objects

Tree Inspector is a package to inspect generic Python object interactively as a tree structure.

Sample

Try the sample html page

Install

It is very simple to install Tree Inspector. Just do

pip install tree-inspector

Usage

Using Tree Inspector is even simpler.

from tree_inspector import dump_tree_to_file

dump_tree_to_file(any_object, '/tmp/outfile.html', name='Optional Name')

Configuring the tree view

To be continued