{"id":34633156,"url":"https://github.com/amyth/pytimeit","last_synced_at":"2026-05-29T14:31:47.313Z","repository":{"id":23277961,"uuid":"26636672","full_name":"amyth/pytimeit","owner":"amyth","description":"A module that helps log time for multiple processes in python","archived":false,"fork":false,"pushed_at":"2014-11-14T12:14:55.000Z","size":140,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2023-04-01T06:05:09.706Z","etag":null,"topics":["code","execution","python","time"],"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-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/amyth.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":"2014-11-14T11:57:37.000Z","updated_at":"2017-02-16T11:23:29.000Z","dependencies_parsed_at":"2022-08-21T20:50:40.764Z","dependency_job_id":null,"html_url":"https://github.com/amyth/pytimeit","commit_stats":null,"previous_names":[],"tags_count":null,"template":null,"template_full_name":null,"purl":"pkg:github/amyth/pytimeit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amyth%2Fpytimeit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amyth%2Fpytimeit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amyth%2Fpytimeit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amyth%2Fpytimeit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/amyth","download_url":"https://codeload.github.com/amyth/pytimeit/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amyth%2Fpytimeit/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33657690,"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-05-29T02:00:06.066Z","response_time":107,"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":["code","execution","python","time"],"created_at":"2025-12-24T16:54:59.373Z","updated_at":"2026-05-29T14:31:47.298Z","avatar_url":"https://github.com/amyth.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"###PyTimeit - v 0.1\n\u003cbr\u003e\n####Introduction:\nA python module that helps log/print time takes for a particular process. This module can simultaneously record time for multiple processes. This does not use a decorator so can be used even for a single line of python code.\n\n####Usage:\n\u003cbr\u003e\n```\nfrom timeit import TimeLogger\n\ntimelog = TimeLogger(debug=True)\n\n\ndb_query = timelog.start_process(\"Make Database Query\", prediction=2)\n#some python code here \ntimelog.stop_process(db_query)\n```\n\n####Contributors\nAmyth Arora [\u003cmail@amythsingh.com\u003e]\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Famyth%2Fpytimeit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Famyth%2Fpytimeit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Famyth%2Fpytimeit/lists"}