slurm-workflow-utils


Nameslurm-workflow-utils JSON
Version 0.1.1 PyPI version JSON
download
home_pagehttps://github.com/jai-python3/slurm-workflow-utils
SummaryCollection of Python scripts to facilitate creation and dispatching of computational jobs
upload_time2025-02-15 19:58:41
maintainerNone
docs_urlNone
authorJaideep Sundaram
requires_python>=3.10
licenseNone
keywords slurm_workflow_utils
VCS
bugtrack_url
requirements click colorama
Travis-CI No Travis.
coveralls test coverage No coveralls.
            =====================
Slurm Workflow Utils
=====================

Collection of Python scripts to facilitate creation and dispatching of computational jobs via SLURM sbatch scripts.


Features
--------

To following exported console scripts are available:

- workflow-builder
- workflow-launcher


=======
History
=======

0.1.0 (2024-02-01)
------------------

* First release on PyPI.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/jai-python3/slurm-workflow-utils",
    "name": "slurm-workflow-utils",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": null,
    "keywords": "slurm_workflow_utils",
    "author": "Jaideep Sundaram",
    "author_email": "jai.python3@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/98/c7/12530d6fbaea7cfc5f91832f752a0c0c96bbb2806e71c9dff1b2e5544a85/slurm_workflow_utils-0.1.1.tar.gz",
    "platform": null,
    "description": "=====================\nSlurm Workflow Utils\n=====================\n\nCollection of Python scripts to facilitate creation and dispatching of computational jobs via SLURM sbatch scripts.\n\n\nFeatures\n--------\n\nTo following exported console scripts are available:\n\n- workflow-builder\n- workflow-launcher\n\n\n=======\nHistory\n=======\n\n0.1.0 (2024-02-01)\n------------------\n\n* First release on PyPI.\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Collection of Python scripts to facilitate creation and dispatching of computational jobs",
    "version": "0.1.1",
    "project_urls": {
        "Homepage": "https://github.com/jai-python3/slurm-workflow-utils"
    },
    "split_keywords": [
        "slurm_workflow_utils"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d7e847368340d8bf599bce2f2d60925cf95c2056762d7510453932fee43ecfd6",
                "md5": "b3e4d5f71a24a51cb094faabe572f46a",
                "sha256": "bcfea1bad788bbf7e06c7d4f4f386e131b4b0561c9e79e6b8209b28520f015dd"
            },
            "downloads": -1,
            "filename": "slurm_workflow_utils-0.1.1-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "b3e4d5f71a24a51cb094faabe572f46a",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": ">=3.10",
            "size": 25659,
            "upload_time": "2025-02-15T19:58:40",
            "upload_time_iso_8601": "2025-02-15T19:58:40.037267Z",
            "url": "https://files.pythonhosted.org/packages/d7/e8/47368340d8bf599bce2f2d60925cf95c2056762d7510453932fee43ecfd6/slurm_workflow_utils-0.1.1-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "98c712530d6fbaea7cfc5f91832f752a0c0c96bbb2806e71c9dff1b2e5544a85",
                "md5": "37be2c7476a25b107bcf3059b1648d72",
                "sha256": "3bc518088a666507160e8e2a788eb0e77355cfb2a238a663eb4689b665a774c4"
            },
            "downloads": -1,
            "filename": "slurm_workflow_utils-0.1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "37be2c7476a25b107bcf3059b1648d72",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 28178,
            "upload_time": "2025-02-15T19:58:41",
            "upload_time_iso_8601": "2025-02-15T19:58:41.816868Z",
            "url": "https://files.pythonhosted.org/packages/98/c7/12530d6fbaea7cfc5f91832f752a0c0c96bbb2806e71c9dff1b2e5544a85/slurm_workflow_utils-0.1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-02-15 19:58:41",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "jai-python3",
    "github_project": "slurm-workflow-utils",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "click",
            "specs": []
        },
        {
            "name": "colorama",
            "specs": []
        }
    ],
    "tox": true,
    "lcname": "slurm-workflow-utils"
}
        
Elapsed time: 0.41360s