smartmultiprocessing


Namesmartmultiprocessing JSON
Version 0.0.1 PyPI version JSON
download
home_page
SummaryMemory-managed parallel computing for medium-sized computational tasks.
upload_time2023-12-06 15:42:05
maintainer
docs_urlNone
author
requires_python>=3.8
licenseMIT License Copyright (c) 2023 Emily Hunt 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 multiprocessing parallel threading development
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            [![docs](https://img.shields.io/badge/docs-latest-blue.svg)](https://smartmultiprocessing.org)
[![Build Docs](https://github.com/emilyhunt/smartmultiprocessing/actions/workflows/build-docs.yml/badge.svg)](https://smartmultiprocessing.org)

# SmartMultiprocessing
A drop-in replacement for Python's `multiprocessing` library with many extra features, including: memory management, smart task scheduling, a pause button, a GUI, and more.

`SmartMultiprocessing` is ideal for use cases beyond typical `multiprocessing` use, like:

- Running code where memory usage is different depending on input values
- Benchmarking experimental code where memory usage is not well understood
- Running code on a machine where it's important to be able to pause execution/change thread and memory use on the fly
- Being able to monitor the performance of code without having to write your own monitoring library from scratch


## SmartMultiprocessing is in active development!

This project is a spin-out from code that [@emilyhunt](https://github.com/emilyhunt) wrote during her PhD. It's currently in alpha / active development - check back here soon for the first production-ready versions!

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "smartmultiprocessing",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "Emily Hunt <emily.hunt.physics@gmail.com>",
    "keywords": "multiprocessing,parallel,threading,development",
    "author": "",
    "author_email": "Emily Hunt <emily.hunt.physics@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/fc/4b/bb83bfa24e60e3440b4fc5e5fc3c6ca7b7f553ed44e00dc9553e8d4e11ef/smartmultiprocessing-0.0.1.tar.gz",
    "platform": null,
    "description": "[![docs](https://img.shields.io/badge/docs-latest-blue.svg)](https://smartmultiprocessing.org)\n[![Build Docs](https://github.com/emilyhunt/smartmultiprocessing/actions/workflows/build-docs.yml/badge.svg)](https://smartmultiprocessing.org)\n\n# SmartMultiprocessing\nA drop-in replacement for Python's `multiprocessing` library with many extra features, including: memory management, smart task scheduling, a pause button, a GUI, and more.\n\n`SmartMultiprocessing` is ideal for use cases beyond typical `multiprocessing` use, like:\n\n- Running code where memory usage is different depending on input values\n- Benchmarking experimental code where memory usage is not well understood\n- Running code on a machine where it's important to be able to pause execution/change thread and memory use on the fly\n- Being able to monitor the performance of code without having to write your own monitoring library from scratch\n\n\n## SmartMultiprocessing is in active development!\n\nThis project is a spin-out from code that [@emilyhunt](https://github.com/emilyhunt) wrote during her PhD. It's currently in alpha / active development - check back here soon for the first production-ready versions!\n",
    "bugtrack_url": null,
    "license": "MIT License  Copyright (c) 2023 Emily Hunt  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": "Memory-managed parallel computing for medium-sized computational tasks.",
    "version": "0.0.1",
    "project_urls": {
        "Bug Reports": "https://github.com/pypa/sampleproject/issues",
        "Funding": "https://donate.pypi.org",
        "Homepage": "https://github.com/pypa/sampleproject",
        "Say Thanks!": "http://saythanks.io/to/example",
        "Source": "https://github.com/pypa/sampleproject/"
    },
    "split_keywords": [
        "multiprocessing",
        "parallel",
        "threading",
        "development"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "891f5cd36319e4e7e31b54c050c399331fd918aaf1429d5e40fb594c2aef7a33",
                "md5": "416f8a16b8fca2d8ccafef51a052ff69",
                "sha256": "cc0bc9279d8c6329292fbfe8714b0c1ea2c280340f9c8b461b98bbd3a21fa252"
            },
            "downloads": -1,
            "filename": "smartmultiprocessing-0.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "416f8a16b8fca2d8ccafef51a052ff69",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 17434,
            "upload_time": "2023-12-06T15:42:03",
            "upload_time_iso_8601": "2023-12-06T15:42:03.930870Z",
            "url": "https://files.pythonhosted.org/packages/89/1f/5cd36319e4e7e31b54c050c399331fd918aaf1429d5e40fb594c2aef7a33/smartmultiprocessing-0.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fc4bbb83bfa24e60e3440b4fc5e5fc3c6ca7b7f553ed44e00dc9553e8d4e11ef",
                "md5": "86b1a5488d8b9a40fd0cc9ef6bc4ad54",
                "sha256": "b1313e815557f9b8b778a9ecebb7f590c0c511f6c6e9fab349186a89f3336ff0"
            },
            "downloads": -1,
            "filename": "smartmultiprocessing-0.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "86b1a5488d8b9a40fd0cc9ef6bc4ad54",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 18334,
            "upload_time": "2023-12-06T15:42:05",
            "upload_time_iso_8601": "2023-12-06T15:42:05.896871Z",
            "url": "https://files.pythonhosted.org/packages/fc/4b/bb83bfa24e60e3440b4fc5e5fc3c6ca7b7f553ed44e00dc9553e8d4e11ef/smartmultiprocessing-0.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-12-06 15:42:05",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "pypa",
    "github_project": "sampleproject",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "tox": true,
    "lcname": "smartmultiprocessing"
}
        
Elapsed time: 0.14632s