{"id":21257602,"url":"https://github.com/laggat/doevery","last_synced_at":"2025-03-15T06:22:09.888Z","repository":{"id":92007365,"uuid":"125758406","full_name":"LaggAt/DoEvery","owner":"LaggAt","description":"Running jobs regularly in threads.","archived":false,"fork":false,"pushed_at":"2025-01-07T08:02:40.000Z","size":18,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-21T21:31:28.121Z","etag":null,"topics":["cprofile","profiling","python","scheduler","threading","threads"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/LaggAt.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGES.txt","contributing":null,"funding":null,"license":"LICENSE","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":"2018-03-18T19:08:25.000Z","updated_at":"2022-02-15T10:48:02.000Z","dependencies_parsed_at":null,"dependency_job_id":"08478031-30f8-43ec-8025-5e3494f26d37","html_url":"https://github.com/LaggAt/DoEvery","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/LaggAt%2FDoEvery","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LaggAt%2FDoEvery/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LaggAt%2FDoEvery/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LaggAt%2FDoEvery/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LaggAt","download_url":"https://codeload.github.com/LaggAt/DoEvery/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243691241,"owners_count":20331930,"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":["cprofile","profiling","python","scheduler","threading","threads"],"created_at":"2024-11-21T04:04:44.251Z","updated_at":"2025-03-15T06:22:09.856Z","avatar_url":"https://github.com/LaggAt.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DoEvery\n\nRunning jobs regularly in threads.\n\n## What is it\n\nThis is a spin-off of a closed source application. It's an easy way to start long-running processes regularly. See example.\n\n## Example\n\n``` \ndef exampleTask(stopEv):\n    # do something long running every 15 seconds\n    pass\n\nif __name__ == \"__main__\":\n    loop = DoEvery()\n    loop.RunAndRequeue(exampleTask, 15, loop.StopEvent)\n    loop.Loop(threadInfoInterval=60)\n```\n\nThats it. More options see example in DoEvents.py\n\n## Donate\n\nSupport me with bitcoins:\n\n![Imgur](https://i.imgur.com/ltpF0A4m.png)\n\n1MiToswzMsrhQEfmZbLQT8PHC68E5JhJzh\n\nThanks.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flaggat%2Fdoevery","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flaggat%2Fdoevery","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flaggat%2Fdoevery/lists"}