Metadata-Version: 2.0
Name: dask
Version: 0.11.1
Summary: Minimal task scheduling abstraction
Home-page: http://github.com/dask/dask/
Author: Matthew Rocklin
Author-email: mrocklin@gmail.com
License: BSD
Keywords: task-scheduling parallelism
Platform: UNKNOWN
Provides-Extra: array
Requires-Dist: numpy; extra == 'array'
Requires-Dist: toolz (>=0.7.2); extra == 'array'
Provides-Extra: bag
Requires-Dist: cloudpickle (>=0.2.1); extra == 'bag'
Requires-Dist: partd (>=0.3.5); extra == 'bag'
Requires-Dist: toolz (>=0.7.2); extra == 'bag'
Provides-Extra: complete
Requires-Dist: cloudpickle (>=0.2.1); extra == 'complete'
Requires-Dist: distributed (>=1.10); extra == 'complete'
Requires-Dist: numpy; extra == 'complete'
Requires-Dist: pandas (>=0.18.0); extra == 'complete'
Requires-Dist: partd (>=0.3.5); extra == 'complete'
Requires-Dist: s3fs; extra == 'complete'
Requires-Dist: toolz (>=0.7.2); extra == 'complete'
Provides-Extra: dataframe
Requires-Dist: cloudpickle (>=0.2.1); extra == 'dataframe'
Requires-Dist: numpy; extra == 'dataframe'
Requires-Dist: pandas (>=0.18.0); extra == 'dataframe'
Requires-Dist: partd (>=0.3.5); extra == 'dataframe'
Requires-Dist: toolz (>=0.7.2); extra == 'dataframe'
Provides-Extra: distributed
Requires-Dist: distributed (>=1.10); extra == 'distributed'
Requires-Dist: s3fs; extra == 'distributed'
Provides-Extra: imperative
Requires-Dist: toolz (>=0.7.2); extra == 'imperative'

Dask
====

|Build Status| |Coverage| |Doc Status| |Gitter| |Version Status| |Downloads|
|Dask Examples|

Dask is a flexible parallel computing library for analytics.  See
documentation_ for more information.


LICENSE
-------

New BSD. See `License File <https://github.com/dask/dask/blob/master/LICENSE.txt>`__.

.. _documentation: http://dask.pydata.org/en/latest/
.. |Build Status| image:: https://travis-ci.org/dask/dask.svg
   :target: https://travis-ci.org/dask/dask
.. |Coverage| image:: https://coveralls.io/repos/dask/dask/badge.svg
   :target: https://coveralls.io/r/dask/dask
   :alt: Coverage status
.. |Doc Status| image:: http://readthedocs.org/projects/dask/badge/?version=latest
   :target: https://readthedocs.io/projects/dask/?badge=latest
   :alt: Documentation Status
.. |Gitter| image:: https://badges.gitter.im/Join%20Chat.svg
   :alt: Join the chat at https://gitter.im/dask/dask
   :target: https://gitter.im/dask/dask?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge
.. |Version Status| image:: https://img.shields.io/pypi/v/dask.svg
   :target: https://pypi.python.org/pypi/dask/
.. |Downloads| image:: https://img.shields.io/pypi/dm/dask.svg
   :target: https://pypi.python.org/pypi/dask/
.. |Dask Examples| image:: http://mybinder.org/badge.svg
   :alt: Dask Example Notebooks
   :target: http://mybinder.org/repo/dask/dask-examples


