diff options
author | Markus Rinne <markus.ka.rinne@gmail.com> | 2022-04-23 19:16:25 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-04-24 01:47:25 +0700 |
commit | bb99cc6ed8d5052f019d44ead1e7e9dcaede816f (patch) | |
tree | 8cd6457161cbc4153a12250b5439fd675252be64 /python/objgraph/README | |
parent | ee5b1dc55a8d92915fefb718061dfe1315e75035 (diff) |
python/objgraph: Added (Python Module).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/objgraph/README')
-rw-r--r-- | python/objgraph/README | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/python/objgraph/README b/python/objgraph/README new file mode 100644 index 0000000000000..0ae9cbce60b8f --- /dev/null +++ b/python/objgraph/README @@ -0,0 +1,2 @@ +objgraph is a module that lets you visually explore Python object +graphs. |