pyRestTable¶
Format a nice table in reST (reStructuredText) from Python.
Each cell may have multiple lines, separated by a newline. The content of each cell will be rendered as str(cell). At present, pyRestTable only supports tables with content that does not span any cells (no rowspans or columnspans).
Install with conda:
conda install -c prjemian pyRestTable
Install with pip:
pip install pyRestTable
- author:
Pete R. Jemian
- email:
- copyright:
2014-2022, Pete R. Jemian
- license:
Creative Commons Attribution 4.0 International Public License (see LICENSE.txt)
- docs:
- URL:
- TODO:
- version:
2020.0
- release:
2020.0.10
- published:
Oct 01, 2024