{"id":15070072,"url":"https://github.com/dmitriiweb/clpb","last_synced_at":"2026-01-03T01:37:32.540Z","repository":{"id":57417327,"uuid":"144719790","full_name":"dmitriiweb/clpb","owner":"dmitriiweb","description":"Command line progress bar for Python 3","archived":false,"fork":false,"pushed_at":"2018-08-14T14:01:44.000Z","size":5,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-22T20:36:10.964Z","etag":null,"topics":["command-line-tool","progress-bar","progressbar","python","python-3","python-library"],"latest_commit_sha":null,"homepage":"","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/dmitriiweb.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}},"created_at":"2018-08-14T12:51:57.000Z","updated_at":"2019-09-13T00:47:26.000Z","dependencies_parsed_at":"2022-08-30T04:11:00.234Z","dependency_job_id":null,"html_url":"https://github.com/dmitriiweb/clpb","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dmitriiweb%2Fclpb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dmitriiweb%2Fclpb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dmitriiweb%2Fclpb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dmitriiweb%2Fclpb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dmitriiweb","download_url":"https://codeload.github.com/dmitriiweb/clpb/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243838069,"owners_count":20355979,"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":["command-line-tool","progress-bar","progressbar","python","python-3","python-library"],"created_at":"2024-09-25T01:46:54.246Z","updated_at":"2026-01-03T01:37:32.511Z","avatar_url":"https://github.com/dmitriiweb.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CLPB\nCommand Line Progress Bar for Python 3.x\n\n## Installation\n```\npip install clpb\n```\n\n## Examples\n```\n\u003e\u003e\u003e from clpb import ProgressBar\n\u003e\u003e\u003e items_length = 69\n\u003e\u003e\u003e pb = ProgressBar(0, items_length)\n\u003e\u003e\u003e pb.initial_print()\n...     pb.current_print(i+1)\nProgress |████████████████████████████████████████| 100.0% Complete\n```\n```\n\u003e\u003e\u003e from clpb import ProgressBar\n\u003e\u003e\u003e items_length = 69\n\u003e\u003e\u003e pb = ProgressBar(0, items_length, fill='#')\n\u003e\u003e\u003e pb.initial_print()\n...     pb.current_print(i+1)\nProgress |########################################| 100.0% Complete\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdmitriiweb%2Fclpb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdmitriiweb%2Fclpb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdmitriiweb%2Fclpb/lists"}