Metadata-Version: 2.1
Name: schwimmbad
Version: 0.3.0
Summary: A common interface for parallel processing pools.
Home-page: https://github.com/adrn/schwimmbad
Author: Adrian Price-Whelan
Author-email: adrn@princeton.edu
License: MIT
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Requires-Dist: six

The Schwimmbad
==============

.. image:: http://img.shields.io/travis/adrn/schwimmbad/master.svg?style=flat
    :target: http://travis-ci.org/adrn/schwimmbad

.. image:: http://img.shields.io/pypi/v/schwimmbad.svg?style=flat
    :target: https://pypi.python.org/pypi/schwimmbad/

.. image:: http://img.shields.io/badge/license-MIT-blue.svg?style=flat
    :target: https://github.com/adrn/schwimmbad/blob/master/LICENSE

``schwimmbad`` provides a uniform interface to parallel processing pools
and enables switching easily between local development (e.g., serial processing
or with ``multiprocessing``) and deployment on a cluster or supercomputer
(via, e.g., MPI or JobLib).

Installation
------------

The easiest way to install is via `pip`::

    pip install schwimmbad

See the `installation
instructions <http://schwimmbad.readthedocs.io/en/latest/install.html>`_ in the
`documentation <http://schwimmbad.readthedocs.io>`_ for more information.

Documentation
-------------

.. image:: https://readthedocs.org/projects/schwimmbad/badge/?version=latest
    :target: http://schwimmbad.readthedocs.io/en/latest/?badge=latest

The documentation for ``schwimmbad`` is hosted on `Read the docs
<http://schwimmbad.readthedocs.io/>`_.

License
-------

Copyright 2016-2017 Adrian Price-Whelan and contributors.

schwimmbad is free software made available under the MIT License. For details
see the LICENSE file.


