{"id":44987,"library":"fox-progress-bar","title":"Fox Progress Bar","description":"A tiny terminal progress bar with a fox emoji for Python >=3.8. Current version 0.1.3, infrequent releases.","status":"active","version":"0.1.3","language":"python","source_language":"en","source_url":"https://github.com/Mozilla-Data-Collective/fox-progress-bar","tags":["progress-bar","terminal","emoji"],"install":[{"cmd":"pip install fox-progress-bar","lang":"bash","label":"Install via pip"}],"dependencies":[],"imports":[{"wrong":"from fox_progress_bar import FoxProgressBar","symbol":"ProgressBar","correct":"from fox_progress_bar import ProgressBar"},{"symbol":"progress","correct":"from fox_progress_bar import progress"}],"quickstart":{"code":"import time\nfrom fox_progress_bar import FoxProgressBar\n\nwith FoxProgressBar(10) as bar:\n    for i in range(10):\n        time.sleep(0.1)\n        bar.update(i + 1)","lang":"python","description":"Initialize with total number of steps and call update each step."},"warnings":[{"fix":"Ensure you call bar.update() at each iteration, passing the current progress count.","message":"The progress bar updates only when update is called; it does not auto-increment.","severity":"gotcha","affected_versions":"all"},{"fix":"Use another library like tqdm if custom styles are needed.","message":"FoxProgressBar does not support custom emojis or styles; it always uses a fox emoji.","severity":"gotcha","affected_versions":"all"},{"fix":"N/A","message":"Version 0.1.3 uses a simple API; no known deprecations yet.","severity":"deprecated","affected_versions":"0.1.3"}],"env_vars":null,"search_vec":"'0.1.3':18 '3.8':15 'bar':3,8,23 'current':16 'emoji':12,25 'fox':1,11 'infrequ':19 'progress':2,7,22 'progress-bar':21 'python':14 'releas':20 'termin':6,24 'tini':5 'version':17","created_at":"2026-06-07T12:52:49.024013+00:00","updated_at":"2026-06-07T12:52:49.024013+00:00","problems":null,"ecosystem":"pypi","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/Mozilla-Data-Collective/fox-progress-bar","github":"https://github.com/Mozilla-Data-Collective/fox-progress-bar","docs":null,"changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["devops"],"base_url":null,"auth_type":null,"provenance":{"verified_status":"passing","verified_at":"2026-07-03","last_verified":"2026-07-03","next_check":"2026-08-02","install_tag":null}}