{"id":22769722,"url":"https://github.com/bfontaine/simple-progress","last_synced_at":"2026-03-02T06:31:14.131Z","repository":{"id":9198106,"uuid":"11005487","full_name":"bfontaine/simple-progress","owner":"bfontaine","description":"Simple progress bar for your Clojure programs","archived":false,"fork":false,"pushed_at":"2014-02-16T23:15:59.000Z","size":380,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-11-09T10:27:12.137Z","etag":null,"topics":["clojure","library","progress-bar"],"latest_commit_sha":null,"homepage":"","language":"Clojure","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bfontaine.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-06-27T19:11:40.000Z","updated_at":"2017-10-10T16:23:20.000Z","dependencies_parsed_at":"2022-09-18T09:03:33.976Z","dependency_job_id":null,"html_url":"https://github.com/bfontaine/simple-progress","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/bfontaine/simple-progress","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bfontaine%2Fsimple-progress","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bfontaine%2Fsimple-progress/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bfontaine%2Fsimple-progress/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bfontaine%2Fsimple-progress/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bfontaine","download_url":"https://codeload.github.com/bfontaine/simple-progress/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bfontaine%2Fsimple-progress/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29994122,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-02T01:47:34.672Z","status":"online","status_checked_at":"2026-03-02T02:00:07.342Z","response_time":60,"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":["clojure","library","progress-bar"],"created_at":"2024-12-11T15:14:48.042Z","updated_at":"2026-03-02T06:31:13.544Z","avatar_url":"https://github.com/bfontaine.png","language":"Clojure","funding_links":[],"categories":[],"sub_categories":[],"readme":"# simple-progress\n\n[![Build Status](https://travis-ci.org/bfontaine/simple-progress.png?branch=master)](https://travis-ci.org/bfontaine/simple-progress)\n[![Coverage Status](https://coveralls.io/repos/bfontaine/simple-progress/badge.png?branch=master)](https://coveralls.io/r/bfontaine/simple-progress?branch=master)\n\n`simple-progress` is a Clojure library for simple progress bars display. It’s\nfocused on simplicity, if you want to display a progress bar for operations on\nfiles, use [`progress`](https://github.com/tobias/progress) instead.\n\n## Usage\n\n```clj\n(let [b (mk-progress-bar)]\n  (doseq [_ (range 100)]\n    (do-something)\n    (b))) ; display the progress bar\n```\n\nThe `simple-progress.bar` module have one public function, `mk-progress-bar`. It\ntakes one optional argument, which is the maximal value of the bar (the default\nis 100). It returns a function which describes the bar. You can then call it to\nincrement its value and display the bar, with an optional argument:\n\n- `:inc`: increment the bar value (default)\n- `:dec`: decrement the bar value\n- `:reset`: reset the bar value to `0`\n- `:complete`: set the bar to its maximum value\n\nThe bar is displayed after each call, and the current value is returned.\n\n![example](https://raw.github.com/bfontaine/simple-progress/master/doc/example.gif)\n\n\n## Install\n\nAdd the following dependency to your project:\n\n```clj\n[simple-progress \"0.1.3\"]\n```\n\nThen require/use the `simple-progress.bar` module.\n\n\n## Test\n\n```\nlein test\n```\n\n\n## License\n\nCopyright © 2013 Baptiste Fontaine\n\nDistributed under the Eclipse Public License, the same as Clojure.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbfontaine%2Fsimple-progress","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbfontaine%2Fsimple-progress","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbfontaine%2Fsimple-progress/lists"}