Skip to main content

Minimal progress bar

Project description

barre

PyPI version CI License: MIT

A lightweight progress bar. One line, zero config, zero dependencies.

Install

pip install barre

Usage

from barre import b

# Simple iteration
for x in b(range(100)):
    process(x)

# With any iterable
items = ["item1", "item2", "item3"]
for x in b(items):
    process(x)

Output:

[||||||||||||||||||||||||||||||||||||||||] 100/100

Features

  • Single file (<1KB)
  • Zero dependencies
  • No configuration needed
  • Clean ASCII progress display

License

MIT


Built with minimalism in France 🇫🇷

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

barre-1.0.1.tar.gz (2.4 kB view details)

Uploaded Source

Built Distribution

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

barre-1.0.1-py3-none-any.whl (2.7 kB view details)

Uploaded Python 3

File details

Details for the file barre-1.0.1.tar.gz.

File metadata

  • Download URL: barre-1.0.1.tar.gz
  • Upload date:
  • Size: 2.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.1

File hashes

Hashes for barre-1.0.1.tar.gz
Algorithm Hash digest
SHA256 e42086469cc403be8f5a12f3dee0c339763a197d6e3cc42b805014a96b038c26
MD5 5b0ad8d58c52ed0dce98d288de55b38f
BLAKE2b-256 496f8e8cc5724c5af7511a1cb682b6288f67a8411320f86ae92c6b071ed9b14a

See more details on using hashes here.

File details

Details for the file barre-1.0.1-py3-none-any.whl.

File metadata

  • Download URL: barre-1.0.1-py3-none-any.whl
  • Upload date:
  • Size: 2.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.1

File hashes

Hashes for barre-1.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 7d64655d57f671fd02c39804b4de93d0d02e13d3f057f6cb7c63ef97fba726ff
MD5 f1903619105a72b1ef54fc7c2777f8f5
BLAKE2b-256 6c085ecddfd81247f2aaa0aa7530c31b6fa7c679892ee295acf9259903212d2b

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