Metadata-Version: 1.0
Name: Pynu
Version: 0.1.1
Summary: Pynu provides utility classes that offer basic graph tree traversal and manipulation functionality.
Home-page: http://github.com/bebraw/pynu
Author: Juho Vepsäläinen
Author-email: bebraw@gmail.com
License: GPLv3
Description: Pynu - Python Node Utilities
        ============================
        
        This library provides utility classes that offer basic graph tree traversal
        and manipulation functionality.
        
        * Documentation: http://packages.python.org/Pynu/ .
        
        * Source: http://github.com/bebraw/pynu
        
        * Issue Tracker: http://github.com/bebraw/pynu/issues
        
        
        Changelog
        =========
        
        
        0.1.1 (2010-01-29)
        ------------------
        
        * Made code compatible with PEP 8.
        
        * Removed extraneous methods from NodeContainer (ie. children/parents
        attribute).
        
        
        0.1.0 (2010-01-27)
        ------------------
        
        * Initial Release
        
Keywords: graph,nodes
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.6
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Software Development
