{"id":17854104,"url":"https://github.com/cpcloud/ipython-autotime","last_synced_at":"2025-04-05T18:07:28.554Z","repository":{"id":33376176,"uuid":"37021089","full_name":"cpcloud/ipython-autotime","owner":"cpcloud","description":"Time everything in IPython","archived":false,"fork":false,"pushed_at":"2023-11-01T11:42:50.000Z","size":48,"stargazers_count":122,"open_issues_count":4,"forks_count":12,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-29T17:11:07.797Z","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":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cpcloud.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}},"created_at":"2015-06-07T15:19:07.000Z","updated_at":"2025-02-13T01:21:08.000Z","dependencies_parsed_at":"2024-06-18T18:14:10.407Z","dependency_job_id":null,"html_url":"https://github.com/cpcloud/ipython-autotime","commit_stats":{"total_commits":28,"total_committers":6,"mean_commits":4.666666666666667,"dds":0.5357142857142857,"last_synced_commit":"5aacf36b4de1c4ba5fa46e077b627817b65ff53a"},"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpcloud%2Fipython-autotime","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpcloud%2Fipython-autotime/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpcloud%2Fipython-autotime/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpcloud%2Fipython-autotime/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cpcloud","download_url":"https://codeload.github.com/cpcloud/ipython-autotime/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247378142,"owners_count":20929296,"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-28T00:41:48.732Z","updated_at":"2025-04-05T18:07:28.535Z","avatar_url":"https://github.com/cpcloud.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ipython-autotime\nTime everything in IPython\n\n## Installation:\n\n```console\n$ pip install ipython-autotime\n```\n\n## Examples\n\n```python\nIn [1]: %load_ext autotime\ntime: 264 µs (started: 2020-12-15 11:44:36 +01:00)\n\nIn [2]: x = 1\ntime: 416 µs (started: 2020-12-15 11:44:45 +01:00)\n\nIn [3]: x / 0\n---------------------------------------------------------------------------\nZeroDivisionError                         Traceback (most recent call last)\n\u003cipython-input-3-034eb0c6102b\u003e in \u003cmodule\u003e\n----\u003e 1 x/0\n\nZeroDivisionError: division by zero\ntime: 88.7 ms (started: 2020-12-15 11:44:53 +01:00)\n```\n\n## Want to turn it off?\n\n```python\nIn [4]: %unload_ext autotime\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcpcloud%2Fipython-autotime","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcpcloud%2Fipython-autotime","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcpcloud%2Fipython-autotime/lists"}