You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: