wasabi
A lightweight console printing and formatting toolkit
What it is and what it does
Wasabi is a lightweight toolkit for printing and formatting console output with colors, icons, and predefined message types. It wraps a Printer class that handles styled terminal output—success messages, warnings, errors, info messages, dividers, and loading animations—with customizable colors, icons, and formatting options. The package is designed to be simple and specific rather than a fully customizable formatting library, making it suitable for projects that need consistent, visually distinct console messaging without heavy dependencies.
The package depends on typing-extensions and colorama for its runtime behavior. It supports Python 3.6 and later, making it compatible with a wide range of Python environments. Wasabi is actively maintained and has accumulated a moderate user base (top 5000 on PyPI by download volume), indicating stable, production-ready status with no known security vulnerabilities.
Use it for:
- Add colored success/failure/warning messages to CLI tools and scripts for better user feedback.
- Format console output in data processing pipelines to highlight important events or status changes.
- Create visually distinct logging output in library code (e.g., spaCy, Thinc, Prodigy) without heavy dependencies.
- Display loading animations and progress indicators in long-running terminal operations.
- Build consistent, branded console output across multiple related command-line tools.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Wasabi provides lightweight console printing and formatting with colors, icons, and structured message types (success, failure, warning, info) for terminal output.
Yes. Wasabi is a lightweight, actively maintained, permissively licensed package with low install friction and no known vulnerabilities. It solves a real problem—styled console output—in a focused, dependency-light way. Install it if you need simple, consistent colored messages and formatting in CLI tools or libraries.
Install
wasabi on PyPI
pip
pip install wasabiuv
uv add wasabipoetry
poetry add wasabiInstalling wasabi
Before you install
Low install friction with only two runtime dependencies (typing-extensions and colorama). The package is actively maintained with a recent commit on 2026-03-27 and has been in active development since its first release on 2018-11-17.
License in practice
MIT license is permissive, allowing free use, modification, and distribution in both open-source and proprietary projects with minimal restrictions.
Quickstart
pip install wasabi
from wasabi import Printer
msg = Printer()
msg.good("Success!")
msg.fail("Error occurred")
msg.warn("Warning message")
Requires Python 3.6 or later.
Verify before relying
- Whether the package's zero-dependency claim in the description excerpt remains accurate given the listed runtime dependencies typing-extensions and colorama.
Package facts
| License | MIT (permissive) |
| Python support | supports the current Python release (>=3.6) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 2 — typing-extensions, colorama |
| Maintenance | actively maintained — 805 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 21,045,789/month — #1,014 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: wasabi-1.1.3-py3-none-any.whl
Tags
More Terminals packages
Wraps any iterable to display a real-time…
copyleft · top 100 on PyPI
richRich renders styled text, tables, progress…
permissive · top 100 on PyPI
coloramaColorama makes ANSI escape sequences for…
permissive · top 100 on PyPI
wcwidthMeasures the displayed width of Unicode strings…
permissive · top 1,000 on PyPI
ptyprocessRun a subprocess in a pseudo terminal (pty) and…
permissive · top 1,000 on PyPI
pexpectPexpect spawns and controls interactive console…
permissive · top 1,000 on PyPI
crayonsCrayons provides colored text output for…
permissive · top 15,000 on PyPI
prettyprinterSyntax-highlighted, declarative pretty printer…
permissive · top 5,000 on PyPI
ansiProvides ANSI escape codes for cursor movement…
permissive · top 15,000 on PyPI
colorclassProvides ANSI color text output for console…
permissive · top 5,000 on PyPI
simple-colorsAdds colored and styled text output to terminal…
unclear · top 15,000 on PyPI
coloredColored provides ANSI/VT100 escape sequences…
permissive · top 5,000 on PyPI
colorfulColorful applies ANSI color and text styling to…
permissive · top 5,000 on PyPI
pastelPastel adds colored text output to terminal…
permissive · top 5,000 on PyPI
clintClint provides command-line interface utilities…
permissive · top 15,000 on PyPI
styleApplies ANSI color and text styling to terminal…
permissive · top 15,000 on PyPI