executorlib-core


Nameexecutorlib-core JSON
Version 0.0.1 PyPI version JSON
download
home_pageNone
SummaryLibrary to develop your own concurrent.futures.Executor classes.
upload_time2024-05-05 15:30:31
maintainerNone
docs_urlNone
authorNone
requires_python<3.13,>=3.9
licenseBSD 3-Clause License Copyright (c) 2022, Jan Janssen All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. * Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
keywords pyiron
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # executorlib-core
The `executorlib-core` package is based on the [concurrent.futures.Executor](https://docs.python.org/3/library/concurrent.futures.html)
abstract class from the Python standard library to define `Executor` classes for specific application. This is achieved
by coupling two Python processes using [zeroMQ](https://zeromq.org) universal messaging library and serializing the 
Python objects using [cloudpickle](https://github.com/cloudpipe/cloudpickle) which extends the serialization support for
Python objects. 

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "executorlib-core",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<3.13,>=3.9",
    "maintainer_email": null,
    "keywords": "pyiron",
    "author": null,
    "author_email": "Jan Janssen <janssen@mpie.de>",
    "download_url": "https://files.pythonhosted.org/packages/3a/19/acb5087bbcda927a154575953091ead61436285c9d92f380a6bfb41ded0f/executorlib_core-0.0.1.tar.gz",
    "platform": null,
    "description": "# executorlib-core\nThe `executorlib-core` package is based on the [concurrent.futures.Executor](https://docs.python.org/3/library/concurrent.futures.html)\nabstract class from the Python standard library to define `Executor` classes for specific application. This is achieved\nby coupling two Python processes using [zeroMQ](https://zeromq.org) universal messaging library and serializing the \nPython objects using [cloudpickle](https://github.com/cloudpipe/cloudpickle) which extends the serialization support for\nPython objects. \n",
    "bugtrack_url": null,
    "license": "BSD 3-Clause License  Copyright (c) 2022, Jan Janssen All rights reserved.  Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:  * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.  * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.  * Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ",
    "summary": "Library to develop your own concurrent.futures.Executor classes.",
    "version": "0.0.1",
    "project_urls": {
        "Documentation": "https://executorlib-core.readthedocs.io",
        "Homepage": "https://github.com/executorlib/executorlib-core",
        "Repository": "https://github.com/executorlib/executorlib-core"
    },
    "split_keywords": [
        "pyiron"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f5b5f3c16c31bc111b81d30d1f7d35f631ed1d45e0d10f15b307d1a8e1431d19",
                "md5": "1e04d0f70ead38c4506204d318e31008",
                "sha256": "7055f1f378791ef6d599fda38d5ec5f789732d1c9c03632f9b9024ddd7e2a0be"
            },
            "downloads": -1,
            "filename": "executorlib_core-0.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "1e04d0f70ead38c4506204d318e31008",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<3.13,>=3.9",
            "size": 19018,
            "upload_time": "2024-05-05T15:30:30",
            "upload_time_iso_8601": "2024-05-05T15:30:30.291217Z",
            "url": "https://files.pythonhosted.org/packages/f5/b5/f3c16c31bc111b81d30d1f7d35f631ed1d45e0d10f15b307d1a8e1431d19/executorlib_core-0.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3a19acb5087bbcda927a154575953091ead61436285c9d92f380a6bfb41ded0f",
                "md5": "92168b872128cb9e1912d3951b0b3f07",
                "sha256": "595102d45ea77718e2234f51f9d8ab0e8c8d3b713fa2cfed12b379cdbd84c9bc"
            },
            "downloads": -1,
            "filename": "executorlib_core-0.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "92168b872128cb9e1912d3951b0b3f07",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<3.13,>=3.9",
            "size": 12728,
            "upload_time": "2024-05-05T15:30:31",
            "upload_time_iso_8601": "2024-05-05T15:30:31.739059Z",
            "url": "https://files.pythonhosted.org/packages/3a/19/acb5087bbcda927a154575953091ead61436285c9d92f380a6bfb41ded0f/executorlib_core-0.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-05 15:30:31",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "executorlib",
    "github_project": "executorlib-core",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "executorlib-core"
}
        
Elapsed time: 0.23523s