Skip to main content

Braille-based multi progress bars with ANSI colors (docker-compose style)

Project description

braille-progress

Braille (U+2800–U+28FF) 기반 다중 프로그레스바 + ANSI 컬러.
고정폭 레이아웃으로 퍼센트/상태/라벨 흔들림 없이 정갈하게 표시.

Quick Start

from braille_progress import Progress
p = Progress(force_tty=True, force_color=True)
with p.task("demo", total=50) as t:
    for i in range(50):
        t.advance(stage="writing", label=f"item_{i:03d}")
p.close()

Multiprocess

from braille_progress import Progress, progress_message
# 워커: q.put_nowait(progress_message(i, stage="WRITING", done=k, total=N, label="case")))

CLI

braille-progress-demo --items 80 --force-tty --force-color

License

MIT License

tests/test_basic.py

from braille_progress import Progress

def test_construct():
    p = Progress(force_tty=False, force_color=False)  # CI에서도 동작
    h = p.add("t", total=3)
    p.update(h, stage="validated", total=3)
    for _ in range(3):
        h.advance(stage="writing")
    p.done(h)
    assert p.all_finished()

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

bprogress-0.2.14.tar.gz (16.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

bprogress-0.2.14-py3-none-any.whl (23.6 kB view details)

Uploaded Python 3

File details

Details for the file bprogress-0.2.14.tar.gz.

File metadata

  • Download URL: bprogress-0.2.14.tar.gz
  • Upload date:
  • Size: 16.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.10.6

File hashes

Hashes for bprogress-0.2.14.tar.gz
Algorithm Hash digest
SHA256 6e6cc846f007fc4b746c991f7e24eb4559ca3ad3a302c0d6cd939e7c69d8a0d9
MD5 385fa4282fd235bf83af0b8ce76c5d4d
BLAKE2b-256 02926120160f369b0340475631e34bf6e674dbaa574c057de1690c7ad7061d75

See more details on using hashes here.

File details

Details for the file bprogress-0.2.14-py3-none-any.whl.

File metadata

  • Download URL: bprogress-0.2.14-py3-none-any.whl
  • Upload date:
  • Size: 23.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.10.6

File hashes

Hashes for bprogress-0.2.14-py3-none-any.whl
Algorithm Hash digest
SHA256 ae9b44889fe19c49d727fb73aa91d31fd811772dad8b7641ffaad5ab6bf44d57
MD5 264b51eb03d3d170b6e49ce002d2274a
BLAKE2b-256 cd2b2618cf94d48f84f836ae2ea440287a7b8a6263e7f99ae8322a8a3811e216

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page