summaryrefslogtreecommitdiffstats
path: root/python/objgraph/README
diff options
context:
space:
mode:
Diffstat (limited to 'python/objgraph/README')
-rw-r--r--python/objgraph/README5
1 files changed, 5 insertions, 0 deletions
diff --git a/python/objgraph/README b/python/objgraph/README
new file mode 100644
index 0000000000..a188ef46c1
--- /dev/null
+++ b/python/objgraph/README
@@ -0,0 +1,5 @@
+objgraph is a module that lets you visually explore Python object
+graphs.
+
+Graphviz (https://graphviz.org) is an optional dependency. It is needed
+for drawing the graphs.