• Stars
    star
    108
  • Rank 321,259 (Top 7 %)
  • Language
    Python
  • License
    MIT License
  • Created about 9 years ago
  • Updated about 9 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Visualizing Python Project Import Graphs

BlackWidow

Visualizing Python Project Import Graphs

Installation:

sudo pip install blackwidow

Demo with:

python -m blackwidow.web [package_name]

Optionally pass in a list of file patterns to exclude

python -m blackwidow.web [package_name] --exclude *test*

Once the visualization is displayed, you can inspect file names by hovering over a node.

Sample results:

Flask:

Flask Project Graph

Django

Django Project Graph

Requests:

Requests Project Graph

BlackWidow:

BlackWidow Project Graph

More Repositories

1

CommonRegex

A collection of common regular expressions bundled with an easy to use interface.
Python
1,568
star
2

Tomorrow

Magic decorator syntax for asynchronous code in Python
Python
1,462
star
3

tracker

A time machine for debugging pesky stateful errors.
Python
35
star
4

SemiSync

Semi-synchronous programming in python
Python
34
star
5

Runtype

Runtime type checking for python
Python
7
star
6

docai

Structured information extraction from documents
Python
7
star
7

coplay

Collaborative music at its finest.
JavaScript
3
star
8

MotorControl

Simple arduino code using AdaFruit MotorShield for PD control of brushed motor.
Arduino
3
star
9

TheanoAutoencoder

A generic autoencoder in Theano.
Python
2
star
10

visual-lastfm

Last.fm statistics with D3.js
JavaScript
2
star
11

ScalingLawsCalculator

Calculator to compute scaling laws for neural language models
Python
2
star
12

UnicodePlease

Utilities to prevent you from tearing your hair out dealing with unicode and text encodings in python 2.7.
Python
2
star
13

dldsl

Deep Learning Domain Specific Language
Python
2
star
14

Spokes-Extension

A chrome extension for Spokes -- an intelligent, unified search engine
JavaScript
1
star
15

siren-haiku

Implementation of SIREN described in https://arxiv.org/abs/2006.09661
Python
1
star
16

sublime-settings

Sublime Text 3 settings for python hackers with an appreciation for visual minimalism
Python
1
star
17

CrashCourse

Crash course for Olin College ReadML cocurricular.
1
star
18

Algorithms

Basic algorithms in Python, Javascript, and C++
C++
1
star
19

Decorative

Handy python decorators
Python
1
star
20

SensorDebugger

Simple android project to aid with sensor debugging
Java
1
star