pydeps icon indicating copy to clipboard operation
pydeps copied to clipboard

Support for specifying more than one `fname`

Open ydirson opened this issue 1 year ago • 0 comments

When exploring a project whose entrypoints are scripts, to get the whole we need to draw the deps from all scripts on one graph, and that only seems to be possible when they are part of a module. And even faking modules by creating __init__.py files all over the tree hits its limits when directories contain e.g. dashes, which makes them unsuitable as module names.

ydirson avatar Feb 21 '24 09:02 ydirson