{"id":15735727,"url":"https://github.com/simonrw/sgeparse","last_synced_at":"2025-09-20T07:38:28.610Z","repository":{"id":86715235,"uuid":"35677885","full_name":"simonrw/sgeparse","owner":"simonrw","description":"Simple python module for parsing the output of SGE qstat","archived":false,"fork":false,"pushed_at":"2015-05-20T09:02:40.000Z","size":156,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-31T04:14:55.058Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://pypi.python.org/pypi/sgeparse","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/simonrw.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-05-15T14:16:45.000Z","updated_at":"2022-09-25T13:13:20.000Z","dependencies_parsed_at":"2023-03-13T19:54:46.201Z","dependency_job_id":null,"html_url":"https://github.com/simonrw/sgeparse","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/simonrw/sgeparse","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simonrw%2Fsgeparse","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simonrw%2Fsgeparse/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simonrw%2Fsgeparse/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simonrw%2Fsgeparse/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/simonrw","download_url":"https://codeload.github.com/simonrw/sgeparse/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simonrw%2Fsgeparse/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":276064300,"owners_count":25578997,"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","status":"online","status_checked_at":"2025-09-20T02:00:10.207Z","response_time":63,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":[],"created_at":"2024-10-04T01:14:49.157Z","updated_at":"2025-09-20T07:38:28.579Z","avatar_url":"https://github.com/simonrw.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"========\nsgeparse\n========\n\n.. image:: https://travis-ci.org/mindriot101/sgeparse.svg\n    :target: https://travis-ci.org/mindriot101/sgeparse\n.. image:: https://badge.fury.io/py/sgeparse.svg\n    :target: http://badge.fury.io/py/sgeparse\n\nSimple python module for parsing the output of SGE qstat. There is only one top level function: ``get_jobs`` which returns a list of dictionaries of currently queued (running or waiting) jobs.\n\n------------\nRequirements\n------------\n\nThe only requirements are Python version 2.7+ or 3.3+. All code uses the standard library. The binary ``qstat`` must be available and in your ``$PATH``.\n\n-------\nExample\n-------\n\n::\n\n    \u003e\u003e\u003e from sgeparse import get_jobs\n    \u003e\u003e\u003e jobs = get_jobs()\n    \u003e\u003e\u003e # =\u003e {\"name\": \"jobname\", \"owner\": \"me\", ... }\n\nThe user argument can be used to specify which user to query:\n\n::\n\n    \u003e\u003e\u003e from sgeparse import get_jobs\n    \u003e\u003e\u003e jobs = get_jobs(user='nobody')\n    \u003e\u003e\u003e # =\u003e {\"name\": \"jobname\", \"owner\": \"nobody\", ... }\n\n--------------\nAvailable keys\n--------------\n\n- ``job_number``\n- ``priority``\n- ``name``\n- ``owner``\n- ``state``\n- ``start_time``\n- ``queue``\n- ``host``\n- ``slots``\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimonrw%2Fsgeparse","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsimonrw%2Fsgeparse","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimonrw%2Fsgeparse/lists"}