Minimal progress bar
Project description
barre
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
Release history Release notifications | RSS feed
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)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
barre-1.0.1-py3-none-any.whl
(2.7 kB
view details)
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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e42086469cc403be8f5a12f3dee0c339763a197d6e3cc42b805014a96b038c26
|
|
| MD5 |
5b0ad8d58c52ed0dce98d288de55b38f
|
|
| BLAKE2b-256 |
496f8e8cc5724c5af7511a1cb682b6288f67a8411320f86ae92c6b071ed9b14a
|
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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7d64655d57f671fd02c39804b4de93d0d02e13d3f057f6cb7c63ef97fba726ff
|
|
| MD5 |
f1903619105a72b1ef54fc7c2777f8f5
|
|
| BLAKE2b-256 |
6c085ecddfd81247f2aaa0aa7530c31b6fa7c679892ee295acf9259903212d2b
|