monotable 3.2.0
ASCII table with per column format specs, multi-line content, formatting directives, column width control. Dataclass to ASCII table.
Licensed under Apache 2.0.
Python versions 3.7 - 3.12, and pypy3.
No required dependencies.
Contents:
- Introduction, Installation
- Examples
- List of format directives
- List of format function directives
- Auto-alignment and how to override it
- Links to License, Docs, Repos, Issues, PYPI page
- What monotable does not do
- Recent Changes
- Contributing and Developing
- More Examples
- Join tables together side by side
- User defined format function
- Change or omit the guidelines
- Limit column width
- Wrap a column and limit cell height
- Fix column width
- Selecting keys from a dictionary and table borders
- Selecting attributes or elements
- Make a reStructuredText Simple Table
- String template substitution
- Tiled table of four tables
- Quick Links
- API
- Subpackage API
- Class MonoTable
- MonoTable Class Variables
MonoTable.format_funcMonoTable.format_exc_callbackMonoTable.default_float_format_specMonoTable.format_none_asMonoTable.sepMonoTable.separated_guidelinesMonoTable.guideline_charsMonoTable.format_func_mapMonoTable.more_markerMonoTable.align_spec_charsMonoTable.wrap_spec_charMonoTable.option_spec_delimitersMonoTable.heading_valignMonoTable.cell_valignMonoTable.max_cell_heightMonoTable.border_charsMonoTable.hmarginMonoTable.vmargin
- Format Functions
- Exception and Error Callbacks
- HR, Vertical Align Constants
- How to Configure MonoTable
- Hints