Metadata-Version: 2.1
Name: distributed
Version: 1.28.0
Summary: Distributed scheduler for Dask
Home-page: https://distributed.readthedocs.io/en/latest/
Maintainer: Matthew Rocklin
Maintainer-email: mrocklin@gmail.com
License: BSD
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: System :: Distributed Computing
Requires-Dist: click (>=6.6)
Requires-Dist: cloudpickle (>=0.2.2)
Requires-Dist: dask (>=0.18.0)
Requires-Dist: msgpack
Requires-Dist: psutil (>=5.0)
Requires-Dist: six
Requires-Dist: sortedcontainers (!=2.0.0,!=2.0.1)
Requires-Dist: tblib
Requires-Dist: toolz (>=0.7.4)
Requires-Dist: tornado (>=5)
Requires-Dist: zict (>=0.1.3)
Requires-Dist: pyyaml
Requires-Dist: futures ;  python_version < '3.0'
Requires-Dist: singledispatch ;  python_version < '3.4'

Distributed
===========

A library for distributed computation.  See documentation_ for more details.

.. _documentation: https://distributed.readthedocs.io/en/latest


