{"id":16519733,"url":"https://github.com/zonca/timemonitor","last_synced_at":"2026-06-13T09:02:58.628Z","repository":{"id":7445094,"uuid":"8786659","full_name":"zonca/timemonitor","owner":"zonca","description":null,"archived":false,"fork":false,"pushed_at":"2013-03-14T22:31:15.000Z","size":116,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-02T22:29:24.349Z","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/zonca.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}},"created_at":"2013-03-14T22:16:55.000Z","updated_at":"2013-10-16T10:55:10.000Z","dependencies_parsed_at":"2022-09-07T13:51:15.893Z","dependency_job_id":null,"html_url":"https://github.com/zonca/timemonitor","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/zonca/timemonitor","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zonca%2Ftimemonitor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zonca%2Ftimemonitor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zonca%2Ftimemonitor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zonca%2Ftimemonitor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zonca","download_url":"https://codeload.github.com/zonca/timemonitor/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zonca%2Ftimemonitor/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34278154,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-13T02:00:06.617Z","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":[],"created_at":"2024-10-11T16:48:07.032Z","updated_at":"2026-06-13T09:02:58.610Z","avatar_url":"https://github.com/zonca.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"Python Time Monitor\n===================\n\nCreate several timers, increment them independently\nand then print a summary.\n\nExample:\n\n    from time import sleep\n    import timemonitor as tm\n    with tm.TimeMonitor(\"sleep1\"):\n        print \"Monitor sleep1\"\n        sleep(1)\n\n    print \"Exit from with stops the timer\"\n\n    print \"Creating another monitor with the same name increments it again\"\n    with tm.TimeMonitor(\"sleep1\"):\n        print \"Monitor sleep1\"\n        sleep(1)\n\n    print \"Second timer\"\n    with tm.TimeMonitor(\"sleep2\"):\n        print \"Monitor sleep2\"\n        sleep(1)\n\n    print tm.summarize() \n    Time Monitor\n    sleep1     : 2.003 s\n    sleep2     : 1.001 s\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzonca%2Ftimemonitor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzonca%2Ftimemonitor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzonca%2Ftimemonitor/lists"}