Metadata-Version: 1.1
Name: paradag
Version: 0.1.0
Summary: A robust DAG implementation
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.
        
Keywords: DAG
Platform: UNKNOWN
Classifier: Development Status :: 3 - 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
