{"id":16649427,"url":"https://github.com/eandersson/storm.scheduler","last_synced_at":"2025-08-22T07:08:00.823Z","repository":{"id":78450677,"uuid":"413006755","full_name":"eandersson/storm.scheduler","owner":"eandersson","description":"Simple task scheduler with a natural syntax.","archived":false,"fork":false,"pushed_at":"2021-10-03T23:18:51.000Z","size":23,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-06-17T01:05:57.040Z","etag":null,"topics":["library","python","python3","scheduling","task","task-scheduler"],"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/eandersson.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-10-03T07:25:15.000Z","updated_at":"2021-10-03T23:18:41.000Z","dependencies_parsed_at":"2023-02-28T10:15:47.743Z","dependency_job_id":null,"html_url":"https://github.com/eandersson/storm.scheduler","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/eandersson/storm.scheduler","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eandersson%2Fstorm.scheduler","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eandersson%2Fstorm.scheduler/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eandersson%2Fstorm.scheduler/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eandersson%2Fstorm.scheduler/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eandersson","download_url":"https://codeload.github.com/eandersson/storm.scheduler/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eandersson%2Fstorm.scheduler/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271600817,"owners_count":24787912,"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-22T02:00:08.480Z","response_time":65,"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":["library","python","python3","scheduling","task","task-scheduler"],"created_at":"2024-10-12T09:09:51.024Z","updated_at":"2025-08-22T07:08:00.801Z","avatar_url":"https://github.com/eandersson.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"Storm.Scheduler\n===============\nA simple task scheduling library.\n\n.. code-block:: shell\n\n    pip install storm.scheduler\n\nExample usage\n-------------\nA simple example would look something like this.\n\n.. code:: python\n\n    import storm_scheduler\n\n    schedule = storm_scheduler.Scheduler()\n    schedule.task(hello_world).every(3)\n    schedule.task(my_function).every(5, 'minutes')\n    schedule.loop()\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feandersson%2Fstorm.scheduler","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feandersson%2Fstorm.scheduler","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feandersson%2Fstorm.scheduler/lists"}