icschedule


Nameicschedule JSON
Version 0.0.2 PyPI version JSON
download
home_pageNone
SummaryA utility to interface with HPC job schedulers.
upload_time2024-05-10 10:54:13
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseNone
keywords slurm hpc tasks mpi
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # icschedule

This project is part of a collection of tools to support running HPC jobs at ICHEC. It provides utilities for working with job schedulers, e.g. Slurm and includes a basic scheduler and collection of mocks to help with submission script prototyping.

# Tests

In a Python virtual environment do:

```sh
pip install .'[test]'
```

## Unit Tests

```sh
pytest
```

## Linting and Static Analysis

```sh
black src test
mypy src test
```

## All Tests

Requires `tox`:

```sh
tox
```


            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "icschedule",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "Slurm, HPC, tasks, MPI",
    "author": null,
    "author_email": "\"James Grogan, Irish Centre for High End Computing\" <james.grogan@ichec.ie>",
    "download_url": "https://files.pythonhosted.org/packages/f1/79/9e80aff95244ac933bc8b4dd88829f9e646c6a129e1124b3d1fd477d709c/icschedule-0.0.2.tar.gz",
    "platform": null,
    "description": "# icschedule\n\nThis project is part of a collection of tools to support running HPC jobs at ICHEC. It provides utilities for working with job schedulers, e.g. Slurm and includes a basic scheduler and collection of mocks to help with submission script prototyping.\n\n# Tests\n\nIn a Python virtual environment do:\n\n```sh\npip install .'[test]'\n```\n\n## Unit Tests\n\n```sh\npytest\n```\n\n## Linting and Static Analysis\n\n```sh\nblack src test\nmypy src test\n```\n\n## All Tests\n\nRequires `tox`:\n\n```sh\ntox\n```\n\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A utility to interface with HPC job schedulers.",
    "version": "0.0.2",
    "project_urls": {
        "Homepage": "https://git.ichec.ie/performance/toolshed/icschedule",
        "Repository": "https://git.ichec.ie/performance/toolshed/icschedule"
    },
    "split_keywords": [
        "slurm",
        " hpc",
        " tasks",
        " mpi"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8c134aaead1479e42d8b202413e3aabf69ab1a594b4dfbb37ccbcbca84a0110a",
                "md5": "97dffb6a2054359b0d3e6b30b60b5b48",
                "sha256": "7bd63f742f666bfd72a0ccee73dbd9f0653a596bbb0443c77257efe6ab582154"
            },
            "downloads": -1,
            "filename": "icschedule-0.0.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "97dffb6a2054359b0d3e6b30b60b5b48",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 19986,
            "upload_time": "2024-05-10T10:54:12",
            "upload_time_iso_8601": "2024-05-10T10:54:12.374072Z",
            "url": "https://files.pythonhosted.org/packages/8c/13/4aaead1479e42d8b202413e3aabf69ab1a594b4dfbb37ccbcbca84a0110a/icschedule-0.0.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f1799e80aff95244ac933bc8b4dd88829f9e646c6a129e1124b3d1fd477d709c",
                "md5": "b48fe9fcd1a87ea6bd36135685a550f2",
                "sha256": "9404d2a821c57019e11e523fa2b84e8367b590e521bfb7be1049f984850bd5d2"
            },
            "downloads": -1,
            "filename": "icschedule-0.0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "b48fe9fcd1a87ea6bd36135685a550f2",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 18581,
            "upload_time": "2024-05-10T10:54:13",
            "upload_time_iso_8601": "2024-05-10T10:54:13.445558Z",
            "url": "https://files.pythonhosted.org/packages/f1/79/9e80aff95244ac933bc8b4dd88829f9e646c6a129e1124b3d1fd477d709c/icschedule-0.0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-10 10:54:13",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "icschedule"
}
        
Elapsed time: 0.30853s