BlackWidow icon indicating copy to clipboard operation
BlackWidow copied to clipboard

Visualizing Python Project Import Graphs

Results 11 BlackWidow issues
Sort by recently updated
recently updated
newest added

Because labels are missing, it's hard to figure out what is what just by looking at it. Tried to ofc add a g and to add the circle and a...

On windows the only way to exit is by using process explorer to kill the process - even control-C does not exit. Tested on Windows 10 Python 2.7.12

turns out, ast.parse() can raise a syntax error, so the try at line 50 should have a second except to catch errors other than IO error. In the following, the...

``` python -m blackwidow.web setuptools Traceback (most recent call last): File "/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/runpy.py", line 170, in _run_module_as_main "__main__", mod_spec) File "/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/runpy.py", line 85, in _run_code exec(code, run_globals) File "/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/site-packages/blackwidow/web.py", line 99,...

For [qutebrowser](https://github.com/The-Compiler/qutebrowser) I get this: ![2016-06-30-201940_1366x768_scrot](https://cloud.githubusercontent.com/assets/625793/16499322/1f57338e-3f00-11e6-9919-d8cea67ab3e6.png) Not sure if there's much that can be done to actually improve the output, but I think a way to zoom in (or to...

Hopefully maintain both 2 and 3 support in the same repo. Time to break out `six`.

Do you not support modules? ``` >>> python -m blackwidow.web flask_sockets ValueError: Not a package: flask_sockets ```

Well this is more like a feature that I think will be cool to have. Probably you can place the "nodes" information in something a graph database(Neo4j) and use its...

To prevent users from having to dig through and hover over each element in order to find the one they're looking for.