Metadata-Version: 1.1
Name: ActionTree
Version: 0.3.0
Summary: Executes (long) actions in parallel, respecting dependencies between those actions
Home-page: http://jacquev6.github.com/ActionTree
Author: Vincent Jacques
Author-email: vincent@vincent-jacques.net
License: UNKNOWN
Description: ActionTree executes (long) actions in parallel, respecting dependencies between those actions.
        
        You create the graph of the actions to be executed and then call the ``execute`` method of its root,
        specifying how many actions must be run in parallel and if errors should stop the execution.
        
        Documentation
        =============
        
        See http://jacquev6.github.com/ActionTree
        
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Topic :: Software Development
