analyzehelp wanted
仓库指标
- Star
- (47,527 star)
- PR 合并指标
- (平均合并 3天 8小时) (30 天内合并 573 个 PR)
描述
My Graph-Imports package has been a useful tool in my development. Now that Ruff has ruff analyze graph, it could be extended to supplant my tool if there's a desire. Suggestions:
- Add a
--packageflag to switch from producing a graph of module imports to package imports (take the union over every module within a package?) - Add a
--output_imageflag to produce an actual image of the graph rather than text?
I realize this may be out of scope, but I thought I'd suggest it since it might be easy to do. (The source for graph-imports is quite short: https://github.com/NeilGirdhar/graph_imports/blob/main/graph_imports/__init__.py)