Metadata-Version: 1.1
Name: TreeLike
Version: 0.2.4
Summary: Helpers for creating and traversing recursively nested data structures in Python.
Home-page: http://github.com/iskandr/treelike
Author: Alex Rubinsteyn
Author-email: alexr@cs.nyu.edu
License: BSD
Description: 
        TreeLike
        ========
        
        Helper classes for creating and traversing recursively nested data structures in Python.  
        Useful when simple languages and abstract value domains like type and shape systems. 
        
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Topic :: Software Development :: Libraries
Classifier: License :: OSI Approved :: BSD License
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 2.7
