{"id":16499404,"url":"https://github.com/tpapp/walltimeprogress.jl","last_synced_at":"2026-03-04T18:04:20.485Z","repository":{"id":55588494,"uuid":"105147918","full_name":"tpapp/WallTimeProgress.jl","owner":"tpapp","description":"Report progress while processing an ex ante unknown number of items.","archived":false,"fork":false,"pushed_at":"2020-12-20T09:20:27.000Z","size":10,"stargazers_count":1,"open_issues_count":3,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-01-20T20:05:16.642Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Julia","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tpapp.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-09-28T12:53:51.000Z","updated_at":"2019-06-14T01:42:18.000Z","dependencies_parsed_at":"2022-08-15T03:50:20.382Z","dependency_job_id":null,"html_url":"https://github.com/tpapp/WallTimeProgress.jl","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/tpapp/WallTimeProgress.jl","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tpapp%2FWallTimeProgress.jl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tpapp%2FWallTimeProgress.jl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tpapp%2FWallTimeProgress.jl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tpapp%2FWallTimeProgress.jl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tpapp","download_url":"https://codeload.github.com/tpapp/WallTimeProgress.jl/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tpapp%2FWallTimeProgress.jl/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30088348,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-04T15:40:14.053Z","status":"ssl_error","status_checked_at":"2026-03-04T15:40:13.655Z","response_time":59,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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-11T14:52:29.802Z","updated_at":"2026-03-04T18:04:20.463Z","avatar_url":"https://github.com/tpapp.png","language":"Julia","funding_links":[],"categories":[],"sub_categories":[],"readme":"# WallTimeProgress\n\n![Lifecycle](https://img.shields.io/badge/lifecycle-experimental-orange.svg)\n[![Build Status](https://travis-ci.org/tpapp/WallTimeProgress.jl.svg?branch=master)](https://travis-ci.org/tpapp/WallTimeProgress.jl)\n[![Coverage Status](https://coveralls.io/repos/tpapp/WallTimeProgress.jl/badge.svg?branch=master\u0026service=github)](https://coveralls.io/github/tpapp/WallTimeProgress.jl?branch=master)\n[![codecov.io](http://codecov.io/github/tpapp/WallTimeProgress.jl/coverage.svg?branch=master)](http://codecov.io/github/tpapp/WallTimeProgress.jl?branch=master)\n\nReport progress while processing an ex ante unknown number of records.\n\n## Usage\n\n```julia\njulia\u003e using WallTimeProgress\n\njulia\u003e tracker = WallTimeTracker(10)   # output every 10 periods\n(no records yet)\n\n\njulia\u003e increment!(tracker)\n\njulia\u003e sleep(1)\n\njulia\u003e increment!(tracker, 9)\nprocessed 10 records, 0.1019247994 s/record\n\njulia\u003e count(tracker)\n10\n```\n\nSee `?WallTimeTracker` for options.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftpapp%2Fwalltimeprogress.jl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftpapp%2Fwalltimeprogress.jl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftpapp%2Fwalltimeprogress.jl/lists"}