draw Python object reference graphs
objgraph is a module that lets you visually explore Python object graphs.
It can draw object reference graphs with graphviz, or can make use of
xdot for interactive use.

Its origin was in a set of functions used while hunting for memory leaks
in a Python program.

Maintainer: The OpenBSD ports mailing-list <ports@openbsd.org>

WWW: https://mg.pov.lt/objgraph/
