parsl


Nameparsl JSON
Version 2025.10.27 PyPI version JSON
download
home_pagehttps://github.com/Parsl/parsl
SummarySimple data dependent workflows in Python
upload_time2025-10-27 22:44:02
maintainerNone
docs_urlNone
authorThe Parsl Team
requires_python>=3.10.0
licenseApache 2.0
keywords workflows scientific computing
VCS
bugtrack_url
requirements pyzmq typeguard typing-extensions dill tblib requests sortedcontainers psutil setproctitle filelock
Travis-CI No Travis.
coveralls test coverage
            Simple parallel workflows system for Python

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/Parsl/parsl",
    "name": "parsl",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10.0",
    "maintainer_email": null,
    "keywords": "Workflows, Scientific computing",
    "author": "The Parsl Team",
    "author_email": "parsl@googlegroups.com",
    "download_url": "https://files.pythonhosted.org/packages/ad/e2/6ff3a82d1ab7a122b872917776ab36b6c0feaad900907e71c441f25cfb54/parsl-2025.10.27.tar.gz",
    "platform": null,
    "description": "Simple parallel workflows system for Python\n",
    "bugtrack_url": null,
    "license": "Apache 2.0",
    "summary": "Simple data dependent workflows in Python",
    "version": "2025.10.27",
    "project_urls": {
        "Download": "https://github.com/Parsl/parsl/archive/2025.10.27.tar.gz",
        "Homepage": "https://github.com/Parsl/parsl"
    },
    "split_keywords": [
        "workflows",
        " scientific computing"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "f5bbb6f901b7161a0b8f90200a4bcac6ca0008e5b94cdf559a8aa8877a83f8ee",
                "md5": "01a8e40a59413a26a2e0efb6417e4da7",
                "sha256": "4217e994ba29ce50f0d1533563125638972d3a009ce72dab58f0b0743d817c03"
            },
            "downloads": -1,
            "filename": "parsl-2025.10.27-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "01a8e40a59413a26a2e0efb6417e4da7",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10.0",
            "size": 555637,
            "upload_time": "2025-10-27T22:44:00",
            "upload_time_iso_8601": "2025-10-27T22:44:00.507313Z",
            "url": "https://files.pythonhosted.org/packages/f5/bb/b6f901b7161a0b8f90200a4bcac6ca0008e5b94cdf559a8aa8877a83f8ee/parsl-2025.10.27-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "ade26ff3a82d1ab7a122b872917776ab36b6c0feaad900907e71c441f25cfb54",
                "md5": "83cf2f86e08e2bf13925e5867cac3d12",
                "sha256": "5b62d18190a6ea32b24f99385799ab499829e3c22880c5a907979f1e05c06f3c"
            },
            "downloads": -1,
            "filename": "parsl-2025.10.27.tar.gz",
            "has_sig": false,
            "md5_digest": "83cf2f86e08e2bf13925e5867cac3d12",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10.0",
            "size": 372882,
            "upload_time": "2025-10-27T22:44:02",
            "upload_time_iso_8601": "2025-10-27T22:44:02.548539Z",
            "url": "https://files.pythonhosted.org/packages/ad/e2/6ff3a82d1ab7a122b872917776ab36b6c0feaad900907e71c441f25cfb54/parsl-2025.10.27.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-10-27 22:44:02",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Parsl",
    "github_project": "parsl",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": true,
    "requirements": [
        {
            "name": "pyzmq",
            "specs": [
                [
                    ">=",
                    "17.1.2"
                ]
            ]
        },
        {
            "name": "typeguard",
            "specs": [
                [
                    "<",
                    "5"
                ],
                [
                    "!=",
                    "3.*"
                ],
                [
                    ">=",
                    "2.10"
                ]
            ]
        },
        {
            "name": "typing-extensions",
            "specs": [
                [
                    "<",
                    "5"
                ],
                [
                    ">=",
                    "4.6"
                ]
            ]
        },
        {
            "name": "dill",
            "specs": []
        },
        {
            "name": "tblib",
            "specs": []
        },
        {
            "name": "requests",
            "specs": []
        },
        {
            "name": "sortedcontainers",
            "specs": []
        },
        {
            "name": "psutil",
            "specs": [
                [
                    ">=",
                    "5.5.1"
                ]
            ]
        },
        {
            "name": "setproctitle",
            "specs": []
        },
        {
            "name": "filelock",
            "specs": [
                [
                    ">=",
                    "3.13"
                ],
                [
                    "<",
                    "4"
                ]
            ]
        }
    ],
    "lcname": "parsl"
}
        
Elapsed time: 3.67211s