Metadata-Version: 2.4
Name: column_soso
Version: 1.0.0
Summary: Provides abstract and practical classes for formatting information in columns.
Author-email: Leon Dionne <ldionne@dridesign.sh.cn>
Description-Content-Type: text/markdown
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
License-File: LICENSE
Project-URL: Home, https://github.com/Zen-Master-SoSo/column_soso

# column_soso

Provides abstract and practical classes for formatting information in columns.

Strictly speaking, this library does not operate solely on columns, but may
also arrange items in rows. Like the HTML FlexBox, data is arranged along a
primary axis, partitioned along a cross -axis.

This is all abstract, though. The practical applications hide these
implementation details.

Practical classes include:

### StringColumns

Given a list of strings, and a maximum width, splits the strings a list of
rows, providing functions to return each row as a string or print them to
stdout.


