Metadata-Version: 1.0
Name: blackwidow
Version: 0.1.1
Summary: 
        Visualizing and refactoring python project import graphs.
    
Home-page: https://github.com/madisonmay/spider
Author: Madison May
Author-email: madison@indico.io
License: MIT License (See LICENSE)
Description: BlackWidow
        ==========
        
        Visualizing Python Project Import Graphs
        
        Installation:
        
        ::
        
            sudo pip install blackwidow
        
        Demo with:
        
        ::
        
            python -m blackwidow.web [module_name]
        
        | Sample results (for Kenneth Reitz's ``requests`` library):
        | |Requests Project Graph|
        
        .. |Requests Project Graph| image:: http://i.imgur.com/Q5P8z0Q.png
        
Platform: UNKNOWN
