A collection of various Python utility functions, currently at version 118. It provides helpers for CLI, color output, dictionaries, Django, HTML, and more. Requires Python >= 3.11. Released sporadically on PyPI.
pip install bx-py-utilsNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Import and use color utilities. The NO_COLOR environment variable disables ANSI coloring.
Pin to a specific version and review changelog before upgrading.
Install extra dependencies: pip install bx-py-utils[django,colorama] or handle missing imports gracefully.
Use Django's `django.template.loader.render_to_string` instead.