{"id":20374806,"url":"https://github.com/gisce/supervisorc","last_synced_at":"2025-10-10T09:46:38.622Z","repository":{"id":57472466,"uuid":"118344921","full_name":"gisce/supervisorc","owner":"gisce","description":"A high level api for XML-RPC supervisor server","archived":false,"fork":false,"pushed_at":"2018-01-21T15:46:08.000Z","size":4,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":16,"default_branch":"master","last_synced_at":"2025-09-19T22:49:34.223Z","etag":null,"topics":["hacktoberfest","library","python","supervisor","xml-rpc-client"],"latest_commit_sha":null,"homepage":"","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/gisce.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":"2018-01-21T15:03:06.000Z","updated_at":"2021-10-21T22:27:05.000Z","dependencies_parsed_at":"2022-09-10T04:13:20.427Z","dependency_job_id":null,"html_url":"https://github.com/gisce/supervisorc","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/gisce/supervisorc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gisce%2Fsupervisorc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gisce%2Fsupervisorc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gisce%2Fsupervisorc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gisce%2Fsupervisorc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gisce","download_url":"https://codeload.github.com/gisce/supervisorc/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gisce%2Fsupervisorc/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279003404,"owners_count":26083581,"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-10-10T02:00:06.843Z","response_time":62,"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":["hacktoberfest","library","python","supervisor","xml-rpc-client"],"created_at":"2024-11-15T01:27:05.787Z","updated_at":"2025-10-10T09:46:38.572Z","avatar_url":"https://github.com/gisce.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"Supervisor client\n=================\n\nThis is a high level library to access to XML-RPC API of a Supervisor\ninstance.\n\n.. code-block:: python\n\n    from supervisorc import Supervisor\n\n    supervisor = Supervisor('http://localhost:9001/RPC2')\n    supervisor.version\n    \u003e\u003e\u003e '3.3.3'\n\n    for process in supervisor.processes:\n        print process.pid, process.name, process.statename\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgisce%2Fsupervisorc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgisce%2Fsupervisorc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgisce%2Fsupervisorc/lists"}