parsl


Nameparsl JSON
Version 2025.7.21 PyPI version JSON
download
home_pagehttps://github.com/Parsl/parsl
SummarySimple data dependent workflows in Python
upload_time2025-07-21 22:46:00
maintainerNone
docs_urlNone
authorThe Parsl Team
requires_python>=3.9.0
licenseApache 2.0
keywords workflows scientific computing
VCS
bugtrack_url
requirements pyzmq typeguard typing-extensions globus-sdk 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.9.0",
    "maintainer_email": null,
    "keywords": "Workflows, Scientific computing",
    "author": "The Parsl Team",
    "author_email": "parsl@googlegroups.com",
    "download_url": "https://files.pythonhosted.org/packages/81/1d/33808dd1746e30536305748f41facf240f3e7372d8ac62e6be67379f566a/parsl-2025.7.21.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.7.21",
    "project_urls": {
        "Download": "https://github.com/Parsl/parsl/archive/2025.07.21.tar.gz",
        "Homepage": "https://github.com/Parsl/parsl"
    },
    "split_keywords": [
        "workflows",
        " scientific computing"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "9fe7e699991d7f3303cee046da5ef1290815d2bd987dfe4a00b30f21cc17d6a5",
                "md5": "406a68b0c1a929eb47374f170349ad9c",
                "sha256": "b90298c3d3ca882f6593694dca55a9acb2bd92983b4d25983fdbc9d460d53896"
            },
            "downloads": -1,
            "filename": "parsl-2025.7.21-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "406a68b0c1a929eb47374f170349ad9c",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9.0",
            "size": 562245,
            "upload_time": "2025-07-21T22:45:59",
            "upload_time_iso_8601": "2025-07-21T22:45:59.157662Z",
            "url": "https://files.pythonhosted.org/packages/9f/e7/e699991d7f3303cee046da5ef1290815d2bd987dfe4a00b30f21cc17d6a5/parsl-2025.7.21-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "811d33808dd1746e30536305748f41facf240f3e7372d8ac62e6be67379f566a",
                "md5": "c2d7ebf5b174747060afd0ed52968e91",
                "sha256": "fdb7af10cd412e571bde45388ba487ea8df52b8e2fc64b63aa5f75dd3b5a9477"
            },
            "downloads": -1,
            "filename": "parsl-2025.7.21.tar.gz",
            "has_sig": false,
            "md5_digest": "c2d7ebf5b174747060afd0ed52968e91",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9.0",
            "size": 375352,
            "upload_time": "2025-07-21T22:46:00",
            "upload_time_iso_8601": "2025-07-21T22:46:00.860338Z",
            "url": "https://files.pythonhosted.org/packages/81/1d/33808dd1746e30536305748f41facf240f3e7372d8ac62e6be67379f566a/parsl-2025.7.21.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-21 22:46:00",
    "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": [
                [
                    "!=",
                    "3.*"
                ],
                [
                    "<",
                    "5"
                ],
                [
                    ">=",
                    "2.10"
                ]
            ]
        },
        {
            "name": "typing-extensions",
            "specs": [
                [
                    "<",
                    "5"
                ],
                [
                    ">=",
                    "4.6"
                ]
            ]
        },
        {
            "name": "globus-sdk",
            "specs": []
        },
        {
            "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: 1.02434s