schwimmbad


Nameschwimmbad JSON
Version 0.4.2 PyPI version JSON
download
home_page
SummaryA common interface for parallel processing pools.
upload_time2024-03-14 11:41:28
maintainer
docs_urlNone
author
requires_python>=3.9
licenseMIT License Copyright (c) 2016 Adrian Price-Whelan Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # das Schwimmbad

[![image](https://github.com/adrn/schwimmbad/actions/workflows/ci.yml/badge.svg)](https://github.com/adrn/schwimmbad/actions/workflows/ci.yml)
[![image](http://img.shields.io/pypi/v/schwimmbad.svg?style=flat)](https://pypi.python.org/pypi/schwimmbad/)
[![image](http://img.shields.io/badge/license-MIT-blue.svg?style=flat)](https://github.com/adrn/schwimmbad/blob/master/LICENSE)
[![image](https://zenodo.org/badge/DOI/10.5281/zenodo.885577.svg)](https://zenodo.org/record/885577#.Wa9WVBZSy2w)
[![image](http://joss.theoj.org/papers/10.21105/joss.00357/status.svg)](http://dx.doi.org/10.21105/joss.00357)

`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)](http://schwimmbad.readthedocs.io/en/latest/?badge=latest)

The documentation for `schwimmbad` is hosted on [Read the
docs](http://schwimmbad.readthedocs.io/).

## Attribution

If you use this software in a scientific publication, please cite the
[JOSS](http://joss.theoj.org/) article:

``` tex
@article{schwimmbad,
  doi = {10.21105/joss.00357},
  url = {https://doi.org/10.21105/joss.00357},
  year  = {2017},
  month = {sep},
  publisher = {The Open Journal},
  volume = {2},
  number = {17},
  author = {Adrian M. Price-Whelan and Daniel Foreman-Mackey},
  title = {schwimmbad: A uniform interface to parallel processing pools in Python},
  journal = {The Journal of Open Source Software}
}
```

## License

Copyright 2016-2024 the contributors.

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

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "schwimmbad",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": "",
    "keywords": "",
    "author": "",
    "author_email": "Adrian Price-Whelan <adrianmpw@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/0a/65/e928a0d84fa4b87d431e7f1fa5341d95cbdabf00459be4141026b79e8b91/schwimmbad-0.4.2.tar.gz",
    "platform": null,
    "description": "# das Schwimmbad\n\n[![image](https://github.com/adrn/schwimmbad/actions/workflows/ci.yml/badge.svg)](https://github.com/adrn/schwimmbad/actions/workflows/ci.yml)\n[![image](http://img.shields.io/pypi/v/schwimmbad.svg?style=flat)](https://pypi.python.org/pypi/schwimmbad/)\n[![image](http://img.shields.io/badge/license-MIT-blue.svg?style=flat)](https://github.com/adrn/schwimmbad/blob/master/LICENSE)\n[![image](https://zenodo.org/badge/DOI/10.5281/zenodo.885577.svg)](https://zenodo.org/record/885577#.Wa9WVBZSy2w)\n[![image](http://joss.theoj.org/papers/10.21105/joss.00357/status.svg)](http://dx.doi.org/10.21105/joss.00357)\n\n`schwimmbad` provides a uniform interface to parallel processing pools and enables\nswitching easily between local development (e.g., serial processing or with\n`multiprocessing`) and deployment on a cluster or supercomputer (via, e.g., MPI or\nJobLib).\n\n## Installation\n\nThe easiest way to install is via `pip`:\n\n    pip install schwimmbad\n\nSee the [installation\ninstructions](http://schwimmbad.readthedocs.io/en/latest/install.html) in the\n[documentation](http://schwimmbad.readthedocs.io) for more information.\n\n## Documentation\n\n[![image](https://readthedocs.org/projects/schwimmbad/badge/?version=latest)](http://schwimmbad.readthedocs.io/en/latest/?badge=latest)\n\nThe documentation for `schwimmbad` is hosted on [Read the\ndocs](http://schwimmbad.readthedocs.io/).\n\n## Attribution\n\nIf you use this software in a scientific publication, please cite the\n[JOSS](http://joss.theoj.org/) article:\n\n``` tex\n@article{schwimmbad,\n  doi = {10.21105/joss.00357},\n  url = {https://doi.org/10.21105/joss.00357},\n  year  = {2017},\n  month = {sep},\n  publisher = {The Open Journal},\n  volume = {2},\n  number = {17},\n  author = {Adrian M. Price-Whelan and Daniel Foreman-Mackey},\n  title = {schwimmbad: A uniform interface to parallel processing pools in Python},\n  journal = {The Journal of Open Source Software}\n}\n```\n\n## License\n\nCopyright 2016-2024 the contributors.\n\n`schwimmbad` is free software made available under the MIT License. For details see the\nLICENSE file.\n",
    "bugtrack_url": null,
    "license": "MIT License  Copyright (c) 2016 Adrian Price-Whelan  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:  The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.  THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.",
    "summary": "A common interface for parallel processing pools.",
    "version": "0.4.2",
    "project_urls": {
        "Bug Tracker": "https://github.com/adrn/schwimmbad/issues",
        "Changelog": "https://github.com/adrn/schwimmbad/releases",
        "Discussions": "https://github.com/adrn/schwimmbad/discussions",
        "Homepage": "https://github.com/adrn/schwimmbad"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1202d727301939cdc6319413f7fc67b3078ce4010058abc62cc2dda8db671416",
                "md5": "92a5041f661602fde72fac2cb13f582c",
                "sha256": "38fb6469fb36cf6b5c4b129411d22265378926690542a2a890994813346f753d"
            },
            "downloads": -1,
            "filename": "schwimmbad-0.4.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "92a5041f661602fde72fac2cb13f582c",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 16275,
            "upload_time": "2024-03-14T11:41:25",
            "upload_time_iso_8601": "2024-03-14T11:41:25.426021Z",
            "url": "https://files.pythonhosted.org/packages/12/02/d727301939cdc6319413f7fc67b3078ce4010058abc62cc2dda8db671416/schwimmbad-0.4.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0a65e928a0d84fa4b87d431e7f1fa5341d95cbdabf00459be4141026b79e8b91",
                "md5": "9ea52ce8c8b15ca00f53fb2b16c3f080",
                "sha256": "efe65051ae77ae9f6c38ecf97aa4f4780359ba9742caddd7df2083c5750e4ca9"
            },
            "downloads": -1,
            "filename": "schwimmbad-0.4.2.tar.gz",
            "has_sig": false,
            "md5_digest": "9ea52ce8c8b15ca00f53fb2b16c3f080",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 25209,
            "upload_time": "2024-03-14T11:41:28",
            "upload_time_iso_8601": "2024-03-14T11:41:28.191462Z",
            "url": "https://files.pythonhosted.org/packages/0a/65/e928a0d84fa4b87d431e7f1fa5341d95cbdabf00459be4141026b79e8b91/schwimmbad-0.4.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-14 11:41:28",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "adrn",
    "github_project": "schwimmbad",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "schwimmbad"
}
        
Elapsed time: 0.22987s