A Python library for print and logging utilities that provide colorized, formatted output and progress indicators. Current version is 1.36. Released roughly once or twice a year.
pip install informNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Basic usage: log, warn, and fail functions output colorized messages to stderr.
Use Python's print() for stdout; inform is for user-facing messages that should go to stderr.
Use inform's own settings (e.g., inform.Config) to adjust output behavior.
Use 'with inform.Progress() as progress:' to create a progress indicator.
Use 'import inform' and then call inform.log() etc.
Use inform.log() or inform.warn() instead of inform().
No dependency data recorded yet.