tools#

Subpackage for complementary tools for the inversion.

Functions

parse_scientific_notation(sci_str[, ...])

Parse a string in scientific notation and return a formatted string.

Classes

Spinner([text, interval, frames, timer, side])

Implements a context manager that spawns a child process to write spinner frames into a tty (stdout) during context execution.