A progress bar that works everywhere — terminal, Jupyter, VS Code, Colab, Marimo.
Project description
everbar
A progress bar that works everywhere — terminal, Jupyter, JupyterLab, VS Code notebooks, Google Colab, Marimo, Pyodide, and CI logs. One API, the right backend per environment.
Status: 0.1.0 — alpha. API may shift.
Install
pip install everbar # core only; uses text fallback if nothing else is installed
pip install "everbar[tqdm]" # terminal + Jupyter via tqdm
pip install "everbar[all]" # everything (tqdm, rich, ipywidgets, marimo)
Use
from everbar import Progress
for x in Progress(items, desc="Loading"):
work(x)
with Progress(total=100, desc="Steps") as bar:
for _ in range(100):
do_step()
bar.update(1)
Overrides
Progress(items, backend="terminal") # per-call
EVERBAR_BACKEND=terminal python script.py # env var
import everbar
everbar.set_default_backend("terminal") # module-wide
How it picks a backend
everbar.detect_environment() returns one of: marimo, colab, kaggle, vscode_notebook, jupyter, jupyter_qt, spyder, databricks, pyodide, ipython_terminal, terminal, non_tty. Each maps to a backend, with graceful fallback to a log-line text mode when nothing better is available.
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
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
File details
Details for the file everbar-0.1.0.tar.gz.
File metadata
- Download URL: everbar-0.1.0.tar.gz
- Upload date:
- Size: 7.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.11.14 {"installer":{"name":"uv","version":"0.11.14","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
96f99b50d5325aa9d4a95a7833867a7becf16deaa031c6c90becfb0b18e7ca44
|
|
| MD5 |
3cec4b62bd907c4c273ab7515fd345cd
|
|
| BLAKE2b-256 |
8aa95c681ce6058115b01e13e87a9d4e9633a4cd0fe8fcfadf4066b7e6a2a69a
|
File details
Details for the file everbar-0.1.0-py3-none-any.whl.
File metadata
- Download URL: everbar-0.1.0-py3-none-any.whl
- Upload date:
- Size: 6.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.11.14 {"installer":{"name":"uv","version":"0.11.14","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0bb678c59d74aa934e4eafc72e1e8d5f8ddb56cb5ae2b212bb27c2f8f8be7442
|
|
| MD5 |
3d3d70884f446d85952548a096c4428c
|
|
| BLAKE2b-256 |
7f1657a49d5eae7f274a1bd624bc041e0b6543e08b234f788d9f699b052f093c
|