{"id":15559421,"url":"https://github.com/citguru/pytiming","last_synced_at":"2025-06-27T00:04:57.973Z","repository":{"id":116746630,"uuid":"158111471","full_name":"CITGuru/PyTiming","owner":"CITGuru","description":"A Python module for timing your python scripts execution time","archived":false,"fork":false,"pushed_at":"2018-11-18T19:01:43.000Z","size":4,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-12T12:14:44.904Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/CITGuru.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2018-11-18T17:57:17.000Z","updated_at":"2018-11-27T09:11:17.000Z","dependencies_parsed_at":"2023-06-19T17:10:54.656Z","dependency_job_id":null,"html_url":"https://github.com/CITGuru/PyTiming","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/CITGuru/PyTiming","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CITGuru%2FPyTiming","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CITGuru%2FPyTiming/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CITGuru%2FPyTiming/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CITGuru%2FPyTiming/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CITGuru","download_url":"https://codeload.github.com/CITGuru/PyTiming/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CITGuru%2FPyTiming/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262163943,"owners_count":23268779,"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":[],"created_at":"2024-10-02T15:48:32.609Z","updated_at":"2025-06-27T00:04:57.956Z","avatar_url":"https://github.com/CITGuru.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"*****\nPyTiming\n*****\n\nA Python module for timing your python scripts execution time\n\n*****\nInstallation\n*****\n\nPyPI (PIP)\n######\n\n::\n    $ pip install pytiming\n\nGitHub (Git)\n######\n\n::\n    $ git clone https://github.com/CITGuru/PyTiming.git\n    $ cd PyTiming\n    $ python setup.py install\n\n\n*****\nUsage\n*****\n\nAll you need to do is importing it in the script you want to time. Once the script stops, it prints out\nthe stop and elasped time.\n\nExample ::\n    import pytiming\n\n    max_count = 100\n    for x in range(0, max_count):\n        print(\"Count: {}\".format(x))\n\nOutput ::\n    ========================================\n    ('0:00:00.069', '-', 'End Program')\n    ('Elapsed time:', '0:00:00.027')\n    ========================================\n\n*****\nContribution\n*****\n\nSend in your PRs\n\n*****\nAuthor\n*****\n\nOyetoke Toby `http://medium.com/@oyetoketoby80 \u003chttp://medium.com/@oyetoketoby80/\u003e``_","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcitguru%2Fpytiming","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcitguru%2Fpytiming","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcitguru%2Fpytiming/lists"}