{"id":19517825,"url":"https://github.com/emrahcom/mydaemon","last_synced_at":"2025-04-26T06:31:26.815Z","repository":{"id":28118153,"uuid":"31617080","full_name":"emrahcom/MyDaemon","owner":"emrahcom","description":"Python3 daemon module","archived":false,"fork":false,"pushed_at":"2019-08-20T10:01:10.000Z","size":23,"stargazers_count":5,"open_issues_count":0,"forks_count":4,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-15T22:35:12.397Z","etag":null,"topics":["daemon","module","python","python3"],"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/emrahcom.png","metadata":{"files":{"readme":"README.md","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-03-03T19:32:53.000Z","updated_at":"2019-12-18T19:05:13.000Z","dependencies_parsed_at":"2022-07-24T15:45:04.948Z","dependency_job_id":null,"html_url":"https://github.com/emrahcom/MyDaemon","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emrahcom%2FMyDaemon","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emrahcom%2FMyDaemon/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emrahcom%2FMyDaemon/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emrahcom%2FMyDaemon/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/emrahcom","download_url":"https://codeload.github.com/emrahcom/MyDaemon/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250944149,"owners_count":21511704,"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":["daemon","module","python","python3"],"created_at":"2024-11-11T00:06:41.511Z","updated_at":"2025-04-26T06:31:25.525Z","avatar_url":"https://github.com/emrahcom.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"About\n=====\nPython3 daemon module\n\nTable of contents\n=================\n\n- [About](#about)\n- [Installation](#installation)\n- [Examples](#examples)\n    - [Daemon](#daemon)\n    - [Background process](#background-process)\n\nInstallation\n============\n```bash\npip3 install mydaemon\n```\n\nExamples\n========\n\nDaemon\n------\nSee [sample Python script](/examples/myservice.py) which run as a service (daemon)\n\n```bash\npython3 myservice.py start\npython3 myservice.py restart\npython3 myservice.py stop\n```\n\nBackground process\n------------------\nSee [sample Python script](/examples/myproc.py) which run as a background process.\nUse \"stop\" parameter to force to stop.\n\n```bash\npython3 myproc.py start 1\npython3 myproc.py start 2\npython3 myproc.py start 3\npython3 myproc.py stop 2\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Femrahcom%2Fmydaemon","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Femrahcom%2Fmydaemon","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Femrahcom%2Fmydaemon/lists"}