Metadata-Version: 1.1
Name: graphkit
Version: 1.0.1
Summary: Lightweight computation graphs for Python
Home-page: http://github.com/yahoo/graphkit
Author: Huy Nguyen, Arel Cordero, Pierre Garrigues, Rob Hess, Tobi Baumgartner, Clayton Mellina
Author-email: huyng@yahoo-inc.com
License: Apache-2.0
Description: 
        GraphKit is a lightweight Python module for creating and running ordered graphs
        of computations, where the nodes of the graph correspond to computational
        operations, and the edges correspond to output --> input dependencies between
        those operations.  Such graphs are useful in computer vision, machine learning,
        and many other domains.
        
Keywords: graph,computation graph,DAG,directed acyclical graph
Platform: Windows
Platform: Linux
Platform: Solaris
Platform: Mac OS-X
Platform: Unix
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Natural Language :: English
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: Operating System :: POSIX
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Software Development
