Metadata-Version: 2.4
Name: pyRestTable
Version: 2020.0.11
Summary: Format a nice table in reST (reStructuredText) from Python.
Author-email: Pete Jemian <prjemian+pyRestTable@gmail.com>
Maintainer-email: Pete Jemian <prjemian+pyRestTable@gmail.com>
License-Expression: CC-BY-4.0
Project-URL: Homepage, https://prjemian.github.io/pyRestTable/
Project-URL: Bug Tracker, https://github.com/prjemian/pyRestTable/issues
Keywords: reST,table,documentation
Classifier: Development Status :: 6 - Mature
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Documentation
Classifier: Topic :: Documentation :: Sphinx
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Documentation
Classifier: Topic :: Text Processing :: Markup
Classifier: Topic :: Utilities
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: pyRestTable/LICENSE.txt
Requires-Dist: lxml
Provides-Extra: dev
Requires-Dist: coveralls; extra == "dev"
Requires-Dist: pre-commit; extra == "dev"
Requires-Dist: pytest; extra == "dev"
Requires-Dist: pytest-cov; extra == "dev"
Requires-Dist: ruff==0.16.2; extra == "dev"
Requires-Dist: setuptools-scm; extra == "dev"
Dynamic: license-file

# 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).

term | description
--- | ---
Install with conda | `conda install -c conda-forge pyRestTable`
Install with pip | `pip install pyRestTable`
author | Pete R. Jemian
email | prjemian@gmail.com
copyright | 2014-2026, Pete R. Jemian
license | [![Anaconda-Server Badge](https://anaconda.org/conda-forge/pyresttable/badges/license.svg)](https://anaconda.org/conda-forge/pyresttable) (see *LICENSE.txt*)
docs | https://prjemian.github.io/pyRestTable
URL | https://github.com/prjemian/pyRestTable
TODO | https://github.com/prjemian/pyRestTable/issues
citations | [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.4265794.svg)](https://doi.org/10.5281/zenodo.4265794)
platforms | [![platforms](https://anaconda.org/conda-forge/pyresttable/badges/platforms.svg)](https://anaconda.org/conda-forge/pyresttable)
Python versions | [![PyPI](https://img.shields.io/pypi/pyversions/pyresttable.svg)](https://pypi.python.org/pypi/pyresttable)
conda | [![Anaconda-Server Badge](https://anaconda.org/conda-forge/pyresttable/badges/version.svg)](https://anaconda.org/conda-forge/pyresttable)    [![Anaconda-Server Badge](https://anaconda.org/conda-forge/pyresttable/badges/latest_release_date.svg)](https://anaconda.org/conda-forge/pyresttable)
PyPI | [![PyPI Badge](https://img.shields.io/pypi/v/pyresttable.svg)](https://pypi.python.org/pypi/pyresttable)
