Module grid

Source
Expand description

Module contains a list of backends for pretty print tables.

Modulesยง

compact
The module contains a CompactGrid structure, which is a relatively strict grid.
iterable
The module contains a IterGrid structure.
peekable
The module contains a PeekableGrid structure.