Package python3-module-objgraph: Information
Source package: python3-module-objgraph
Version: 3.6.2-alt1
Build time: Oct 10, 2024, 06:49 PM in the task #359468
Category: Development/Python3
Report package bugHome page: https://pypi.org/project/objgraph/
License: MIT
Summary: Draws Python object reference graphs with graphviz
Description:
objgraph is a module that lets you visually explore Python object graphs. You'll need graphviz if you want to draw the pretty graphs. I recommend xdot for interactive use. pip install xdot should suffice; objgraph will automatically look for it in your PATH.
Maintainer: Grigory Ustinov
List of contributors:
Grigory Ustinov
Alexey Sheplyakov
Igor Vlasenko
Ivan Zakharyaschev
Eugeny A. Rostovtsev
Vitaly Kuznetsov
Grigory Ustinov
Alexey Sheplyakov
Igor Vlasenko
Ivan Zakharyaschev
Eugeny A. Rostovtsev
Vitaly Kuznetsov
Last changed
Oct. 10, 2024 Grigory Ustinov 3.6.2-alt1
- Automatically updated to 3.6.2.
April 4, 2024 Grigory Ustinov 3.6.1-alt1
- Automatically updated to 3.6.1.
Aug. 13, 2023 Alexey Sheplyakov 3.6.0-alt1
- Version 3.6.0. This one actually works with python 3.11. - Added missing build dependencies for the test suite.