mqdm
Pretty, worker-aware progress bars for Python.
mqdm keeps a tqdm-like feel, but is designed to stay pleasant when you add:
- nested progress bars
- threads or processes
- progress-safe printing
- logging and warnings above the bars
Install
pip install mqdm
Quick look
import time
import mqdm as M
for folder in M.mqdm(["cats", "clouds", "notes"], desc="indexing"):
for _ in M.mqdm(range(5), desc=lambda _, i: f"{folder} · file {i + 1}"):
time.sleep(0.05)
Docs
The main documentation now lives in the MkDocs site under docs.
Local preview:
pip install -e ".[docs]"
mkdocs serve
Tests
pip install -e ".[test]"
pytest
Test across multiple Python versions:
for py in 3.10 3.11 3.12 3.13 3.14 3.15; do
echo "=== Python $py ==="
uv run --python $py pytest tests/ -q 2>&1 || break
done
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
mqdm-2.0.3.tar.gz
(57.5 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
mqdm-2.0.3-py3-none-any.whl
(51.1 kB
view details)
File details
Details for the file mqdm-2.0.3.tar.gz.
File metadata
- Download URL: mqdm-2.0.3.tar.gz
- Upload date:
- Size: 57.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
uv/0.11.28 {"installer":{"name":"uv","version":"0.11.28","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5e5df0a331a2cf8f976c1a5fdf4d5cb1b9ca6fb88675fc7bb77a521062836106
|
|
| MD5 |
3b31e07e77beee6ae36b528b6ce745f8
|
|
| BLAKE2b-256 |
54b2b3d8811401cf3d465edd9f39938c4af2864f561571b2771576e3a8ba5af7
|
File details
Details for the file mqdm-2.0.3-py3-none-any.whl.
File metadata
- Download URL: mqdm-2.0.3-py3-none-any.whl
- Upload date:
- Size: 51.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
uv/0.11.28 {"installer":{"name":"uv","version":"0.11.28","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6e92bf97226e4824692cbb581cbdfa0e25832e555eb136b3fae308bf6f58fcba
|
|
| MD5 |
0f52696da5768b01db28fd2e6edd3d8d
|
|
| BLAKE2b-256 |
8aa5a98ceb622a6a8875e7aeb50c3048821378670ea97702b172fc9d3e565dd3
|