Blue is a Python code formatter that offers an alternative to Black. Version 0.9.1 is a beta release (pre-1.0). The project has infrequent updates.
pip install blueNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Formats a string of Python code using Blue's default style.
Consider using Black or Ruff as alternatives.
Pin your formatter version and use consistent formatting.
Accept Blue's defaults or switch to a configurable formatter like Black.
Run 'pip install blue'.
Ensure you have version 0.9.1 and use 'blue.format_str' as the main API.
No dependency data recorded yet.