PyUtils: add script to derive python package dependenies
Add `apydep.py` script that can be used to extract python dependencies between packages and store them in a DOT graph. This is analogous to the graphviz output of cmake. In release building mode, run the script on the current source tree and install the resulting `packages.py.dot`
Tools/PyUtils/bin/apydep.py
0 → 100755
Please register or sign in to comment