{"id":28378081,"url":"https://github.com/thunderpoot/eta","last_synced_at":"2025-06-26T21:32:22.950Z","repository":{"id":295671318,"uuid":"990853396","full_name":"thunderpoot/eta","owner":"thunderpoot","description":"Calculate ETAs of running tasks by extrapolating from timestamps / current progress","archived":false,"fork":false,"pushed_at":"2025-05-26T18:52:34.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-05-26T19:51:19.458Z","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/thunderpoot.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":"2025-05-26T18:35:33.000Z","updated_at":"2025-05-26T18:52:37.000Z","dependencies_parsed_at":"2025-05-26T19:51:22.746Z","dependency_job_id":"0d4a8c68-ffbc-4536-8c05-b63c23086597","html_url":"https://github.com/thunderpoot/eta","commit_stats":null,"previous_names":["thunderpoot/eta"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/thunderpoot/eta","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thunderpoot%2Feta","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thunderpoot%2Feta/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thunderpoot%2Feta/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thunderpoot%2Feta/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thunderpoot","download_url":"https://codeload.github.com/thunderpoot/eta/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thunderpoot%2Feta/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262145188,"owners_count":23265886,"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":"2025-05-30T01:35:35.541Z","updated_at":"2025-06-26T21:32:22.936Z","avatar_url":"https://github.com/thunderpoot.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ETA Calculator (`eta.py`)\n\nA Python script to estimate when a long-running task will finish, assuming each step takes the same amount of time to complete. Not a perfect thing, but it's better than nothing if you forgot to add [`tqdm`](https://github.com/tqdm/tqdm) to your project.\n\n\n## Usage\n```bash\npython eta.py \u003ccurrent_count\u003e \u003ctotal_count\u003e \u003cstart_time\u003e \u003ccurrent_time\u003e\n```\n\n```\n$ python eta.py 65 474 \"2025-05-26 17:32:55,745\" \"2025/05/26 18:29\"\n\n=== ETA CALCULATION ===\nProcessed: 65 units over 56.07 min\nRate:      1.16 units/min\nRemaining: 409 units\nTime left: 3.53e+02 min (~5h 52m)\nETA:       2025-05-27 00:21 UTC\n=======================\n```\n\nIf no arguments are provided, the script will prompt you interactively. You can leave the 'current time' blank during interactive mode, and the script will automatically use the **current UTC time**.\n\nAccepts almost anything as time format (ISO, slashes, AM/PM, etc.)\n\n## Requirements\n\n```bash\npip install -r requirements.txt\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthunderpoot%2Feta","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthunderpoot%2Feta","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthunderpoot%2Feta/lists"}