Metadata-Version: 1.1
Name: robograph
Version: 0.0.3
Summary: A graph-oriented algorithmic engine
Home-page: http://github.com/csparpa/robograph
Author: Claudio Sparpaglione (@csparpa)
Author-email: csparpa@gmail.com
License: MIT
Description:         Robograph is a platform that allows you to define your algorithms as computational graphs.
                Once you've defined the graph, you can execute that graph as if it was a SW
                program and get the expected outputs.
                As each algorithm is composed by steps, each graph is composed by nodes, each
                one being a step of the bigger calculation. Each graph can accept any number of
                inputs and give at maximum one output.
                You can create your own graphs either by connecting any of the predefined
                basic nodes shipped with Robograph or by coding your custom nodes
              
Keywords: robograph graph node engine computing
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries
