{"id":18681339,"url":"https://github.com/bitaps-com/daemon","last_synced_at":"2025-08-10T22:06:51.689Z","repository":{"id":92871921,"uuid":"93635020","full_name":"bitaps-com/daemon","owner":"bitaps-com","description":"Python library daemon, asyncio terminal, logger","archived":false,"fork":false,"pushed_at":"2021-12-28T15:09:19.000Z","size":33,"stargazers_count":1,"open_issues_count":0,"forks_count":4,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-19T11:56:43.192Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bitaps-com.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"zenodo":null}},"created_at":"2017-06-07T12:53:08.000Z","updated_at":"2019-06-21T13:34:12.000Z","dependencies_parsed_at":null,"dependency_job_id":"b4ba31d4-9d08-4f0d-8719-4651224f161b","html_url":"https://github.com/bitaps-com/daemon","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bitaps-com/daemon","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitaps-com%2Fdaemon","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitaps-com%2Fdaemon/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitaps-com%2Fdaemon/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitaps-com%2Fdaemon/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bitaps-com","download_url":"https://codeload.github.com/bitaps-com/daemon/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitaps-com%2Fdaemon/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269794097,"owners_count":24476743,"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-08-10T02:00:08.965Z","response_time":71,"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-11-07T10:06:56.955Z","updated_at":"2025-08-10T22:06:51.650Z","avatar_url":"https://github.com/bitaps-com.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Python daemonizer package\n\nThis is a Python module that will daemonize your Python script so it can continue running in the background. It works on Unix, Linux and OS X, creates a PID file and has standard commands (start, stop, virtual console), integrated logger.\n\n\n\n# Usage\n\n```import daemon\ndaemon.start()\n\n... \nrest code will be executed as daemon\n```\n# Command line arguments\n\n### --terminal  \n    If daemon not yet started, start daemon and forward all output to console.\n    CTRL+C stop console, but daemon continue working.\n    If daemon already started connect to dameon virtual console and forward output to console. All inputs from console forward to daemon process stdin.\n\n### --xterminal\n    Same as --terminal but Start advanced vitual console.\n\n### --stop\n    Terminate daemon.\n\n\n# Integrated logger\n\n```\n...\nlogger = daemon.getLogger('test')\n\nlog.info('info message')\nlog.error('error message')\nlog.debug('debug message')\n\n...\nlogger.setLevel(daemon.WARNING)\n...\n```\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbitaps-com%2Fdaemon","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbitaps-com%2Fdaemon","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbitaps-com%2Fdaemon/lists"}