Metadata-Version: 1.1
Name: taskflow
Version: 0.1.2
Summary: Taskflow structured state management library.
Home-page: https://launchpad.net/taskflow
Author: Taskflow Developers
Author-email: taskflow-dev@lists.launchpad.net
License: UNKNOWN
Description: TaskFlow
        ========
        
        A library to do [jobs, tasks, flows] in a HA manner using different backends to
        be used with OpenStack projects.
        
        * More information at http://wiki.openstack.org/wiki/TaskFlow
        
        Join us
        -------
        
        - http://launchpad.net/taskflow
        
        Help
        ----
        
        ### Tox.ini
        
        To generate tox.ini, use the `toxgen.py` tool located in `tools/` and provide
        that script as input the `tox-tmpl.ini` file to generate the final `tox.ini`
        file.
        
        For example:
        
            $ ./tools/toxgen.py -i tox-tmpl.ini -o tox.ini
        
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: OpenStack
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
