Metadata-Version: 1.1
Name: paradag
Version: 0.2.0
Summary: A robust DAG implementation for parallel programming
Home-page: https://github.com/xianghuzhao/paradag
Author: Xianghu Zhao
Author-email: xianghuzhao@gmail.com
License: MIT
Description: paradag
        =======
        
        .. image:: https://img.shields.io/pypi/v/paradag.svg
           :target: https://pypi.python.org/pypi/paradag
           :alt: PyPI
        
        .. image:: https://travis-ci.org/xianghuzhao/paradag.svg?branch=master
           :target: https://travis-ci.org/xianghuzhao/paradag
           :alt: Travis CI Status
        
        .. image:: https://codeclimate.com/github/xianghuzhao/paradag/badges/gpa.svg
           :target: https://codeclimate.com/github/xianghuzhao/paradag
           :alt: Code Climate
        
        A robust DAG package for easy parallel execution.
        
        paradag is implemented in pure python and totally independent of any
        other packages.
        
        Try to make execute as simple as possible. Extra operation could be put
        in `report_*` functions, like logging.
        
Keywords: DAG,parallel programming
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: License :: OSI Approved :: MIT License
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.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
