Contents

wasabi 1.1.2

0

A lightweight console printing and formatting toolkit

A lightweight console printing and formatting toolkit

Stars: 438, Watchers: 438, Forks: 22, Open Issues: 4

The explosion/wasabi repo was created 5 years ago and the last code push was 6 months ago.
The project is popular with 438 github stars!

How to Install wasabi

You can install wasabi using pip

pip install wasabi

or add it to a project with poetry

poetry add wasabi

Package Details

Author
Explosion
License
MIT
Homepage
https://github.com/explosion/wasabi
PyPi:
https://pypi.org/project/wasabi/
GitHub Repo:
https://github.com/explosion/wasabi
No  wasabi  pypi packages just yet.

Errors

A list of common wasabi errors.

Code Examples

Here are some wasabi code examples and snippets.

Related Packages & Articles

asciimatics 1.15.0

A cross-platform package to replace curses (mouse/keyboard input & text colours/positioning) and create ASCII animations

pytextrank 3.3.0

Python implementation of TextRank as a spaCy pipeline extension, for graph-based natural language work plus related knowledge graph practices; used for for phrase extraction of text documents.

progressbar2 4.4.2

A Python Progressbar library to provide visual (yet text based) progress to long running operations.

numerizer 0.2.3

Python module for converting natural language numbers into ints and floats.

pretty print json using rich

Here are a few examples of pretty printing json from a command line terminal. As you can see in the example output, rich console can output json with proper indention and color syntax highlighting.