Metadata-Version: 1.1
Name: vertigo
Version: 0.1.2
Summary: UNKNOWN
Home-page: https://github.com/dplepage/vertigo
Author: Daniel Lepage
Author-email: dplepage@gmail.com
License: BSD
Description: 
        =========================================
         Vertigo: Some really simple graph tools
        =========================================
        
        Vertigo is a small collection of classes and functions for building and working
        with graphs with labeled edges. This is useful because dictionaries are just
        graphs with labeled edges, and objects in Python are just dictionaries, so
        really this applies to pretty much all objects.
        
        See README.rst for more info
        
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
