{"id":13686591,"url":"https://github.com/PySlurm/pyslurm","last_synced_at":"2025-05-01T09:32:19.870Z","repository":{"id":1887839,"uuid":"2813757","full_name":"PySlurm/pyslurm","owner":"PySlurm","description":"Python Interface to Slurm","archived":false,"fork":false,"pushed_at":"2025-02-02T15:35:44.000Z","size":5650,"stargazers_count":510,"open_issues_count":13,"forks_count":120,"subscribers_count":22,"default_branch":"main","last_synced_at":"2025-04-07T16:50:23.995Z","etag":null,"topics":["cluster","cython","hpc","python","slurm"],"latest_commit_sha":null,"homepage":"https://pyslurm.github.io","language":"Cython","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/PySlurm.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"COPYING.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2011-11-20T13:23:04.000Z","updated_at":"2025-04-01T15:09:26.000Z","dependencies_parsed_at":"2023-02-12T05:17:24.202Z","dependency_job_id":"f39d313d-6d91-4e32-9789-763f6f8142e2","html_url":"https://github.com/PySlurm/pyslurm","commit_stats":{"total_commits":652,"total_committers":43,"mean_commits":"15.162790697674419","dds":0.553680981595092,"last_synced_commit":"3b8932539361a1e72445d2429026af10b9bd8738"},"previous_names":[],"tags_count":32,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PySlurm%2Fpyslurm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PySlurm%2Fpyslurm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PySlurm%2Fpyslurm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PySlurm%2Fpyslurm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PySlurm","download_url":"https://codeload.github.com/PySlurm/pyslurm/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251852849,"owners_count":21654475,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cluster","cython","hpc","python","slurm"],"created_at":"2024-08-02T15:00:35.730Z","updated_at":"2025-05-01T09:32:19.852Z","avatar_url":"https://github.com/PySlurm.png","language":"Cython","funding_links":[],"categories":["Cython","SLURM wrappers and libraries"],"sub_categories":[],"readme":"# \u003cimg src=\"logo.png\" alt=\"PySlurm Logo\"\u003e\n\npyslurm is the Python client library for the [Slurm Workload Manager](https://slurm.schedmd.com)\n\n## Requirements\n\n* [Slurm](https://slurm.schedmd.com) - Slurm shared library and header files\n* [Python](https://www.python.org) - \u003e= 3.6\n* [Cython](https://cython.org) - \u003e= 0.29.37\n\nThis Version is for Slurm 24.11.x\n\n## Versioning\n\nIn pyslurm, the versioning scheme follows the official Slurm versioning. The\nfirst two numbers (`MAJOR.MINOR`) always correspond to Slurms Major-Release,\nfor example `24.11`.\nThe last number (`MICRO`) is however not tied in any way to Slurms `MICRO`\nversion, but is instead PySlurm's internal Patch-Level. For example, any\npyslurm 24.11.X version should work with any Slurm 24.11.X release.\n\n## Installation\n\nBy default, it is searched inside `/usr/include` for the Header files and in\n`/usr/lib64` for Slurms shared-library (`libslurm.so`) during Installation.\nFor Slurm installations in different locations, you will need to provide\nthe corresponding paths to the necessary files.\n\nYou can specify those with environment variables (recommended), for example:\n\n```shell\nexport SLURM_INCLUDE_DIR=/opt/slurm/24.11/include\nexport SLURM_LIB_DIR=/opt/slurm/24.11/lib\n```\n\nThen you can proceed to install pyslurm, for example by cloning the Repository:\n\n```shell\ngit clone https://github.com/PySlurm/pyslurm.git \u0026\u0026 cd pyslurm\nscripts/build.sh\n```\n\nAlso see `scripts/build.sh -h`. You can specify multiple cores for building\nwith the `-j` option (also possible to set via environment variable `PYSLURM_BUILD_JOBS`):\n\n```shell\nscripts/build.sh -j4\n```\n\nOr simply with `pip` directly:\n\n```shell\npip install .\n```\n\n## Contributors\n\npyslurm is made by [contributors like\nyou](https://github.com/PySlurm/pyslurm/graphs/contributors).\n\n## Support\n\nFeel free to ask questions in the [GitHub\nDiscussions](https://github.com/orgs/PySlurm/discussions)\n\nFound a bug or you are missing a feature? Feel free to [open an Issue!](https://github.com/PySlurm/pyslurm/issues/new)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FPySlurm%2Fpyslurm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FPySlurm%2Fpyslurm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FPySlurm%2Fpyslurm/lists"}