Metadata-Version: 1.2
Name: dask-mpi
Version: 2022.4.0
Summary: Deploy Dask using mpi4py
Home-page: https://github.com/dask/dask-mpi
Maintainer: Kevin Paul
Maintainer-email: kpaul@ucar.edu
License: BSD 3-Clause
Project-URL: Documentation, https://mpi.dask.org/
Project-URL: Source, https://github.com/dask/dask-mpi
Project-URL: Tracker, https://github.com/dask/dask-mpi/issues
Description: ===========================
        Deploying Dask using MPI4Py
        ===========================
        
        |Gitter| |GHActions| |Codecov| |Docs| |PyPI| |Conda|
        
        Easily deploy Dask Distributed in an existing MPI environment, such as one
        created with the ``mpirun`` or ``mpiexec`` MPI launch commands.  See documentation_
        for more details.
        
        
        LICENSE
        -------
        
        BSD 3-Clause (See `License File <https://github.com/dask/dask-mpi/blob/main/LICENSE.txt>`__)
        
        .. _documentation: http://mpi.dask.org
        
        .. |Gitter| image:: https://img.shields.io/gitter/room/dask/dask.svg?style=for-the-badge
           :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
        
        .. |GHActions| image:: https://img.shields.io/github/workflow/status/dask/dask-mpi/Tests?style=for-the-badge
            :target: https://github.com/dask/dask-mpi/actions?query=workflow%3ATests
        
        .. |Codecov| image:: https://img.shields.io/codecov/c/github/dask/dask-mpi.svg?style=for-the-badge
            :target: https://codecov.io/gh/dask/dask-mpi
        
        .. |Docs| image:: https://readthedocs.org/projects/dask-mpi/badge/?version=latest&style=for-the-badge
            :target: https://mpi.dask.org/en/latest/?badge=latest
            :alt: Documentation Status
        
        .. |PyPI| image:: https://img.shields.io/pypi/v/dask-mpi.svg?style=for-the-badge
            :target: https://pypi.org/project/dask-mpi/
            :alt: Python Package Index
        
        .. |Conda| image:: https://img.shields.io/conda/vn/conda-forge/dask-mpi.svg?style=for-the-badge
            :target: https://anaconda.org/conda-forge/dask-mpi
            :alt: Python Package Index
        
Platform: UNKNOWN
Requires-Python: >=3.6
