Registry / devops / hbutils

hbutils

JSON →
library0.14.2pypypi✓ verified 79d ago

A Python toolkit providing lightweight utilities for infrastructure development, including TQDM-like progress bars, parallel execution, read-write locks, pretty logging, int hash functions, environment detection, and output capture. Current version 0.14.2, with monthly releases.

pip install hbutils
INSTALL
IMPORT
SIG · HBUTILS
H
hbutils
devopspythonv0.14.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

config
from hbutils import config
from hbutils.light.tqdm import tqdm

Demonstrates using the lightweight TQDM progress bar.

from hbutils.light.tqdm import tqdm import time for i in tqdm(range(10)): time.sleep(0.1)
Debug
Known issues
breakingIn v0.14.2, the tqdm module moved to hbutils.light.tqdm. Importing from hbutils.tqdm no longer works.
fix
Change imports to 'from hbutils.light.tqdm import tqdm'.
affects: 0.14.2+
deprecatedPython 3.7 support was dropped in v0.10.0.
fix
Upgrade to Python 3.8 or higher.
affects: 0.10.0 - 0.14.2
gotchaThe capture function can cause issues if not properly terminated; ensure you use it within a context manager or handle extreme cases.
affects: 0.14.2
Upgrade
Version history
0.14.2latest on PyPI · released Dec 17, 2025
Audit
Dependencies
tqdmoptionalReplaced by lightweight tqdm in v0.14.2; still required for some legacy functions
colorlogoptionalUsed for pretty logging format system (v0.14.0+)
Agent activity
16 hits · last 30 days
node
14
OpenAI (training)
2
Resources
hbutils — pip install hbutils · libregistry