pyppin.textΒΆ

[Browse Source]

Things to format text prettily.

Modules

pyppin.text.formatter

Tools to format numbers, times, etc., using the fancy functions in pyppin.text.

pyppin.text.now_and_then

Produce human-readable strings expressing relative time for status pages and debugging.

pyppin.text.print_counter

A context manager that prints regular updates of a task's progress.

pyppin.text.si_prefix

Format numbers using SI prefixes, turning 1,234,567 into 1.2M.

pyppin.text.sign

Common classes for printf-like sign-printing conventions.

pyppin.text.tty

Tools to do TTY color formatting in print() statements.