Installation

available for installation from PyPI via standard installers for Python 3.10+:

$ pip install pyRestTable

or from conda:

$ conda -c prjemian pyRestTable

The source code is on GitHub: https://github.com/prjemian/pyRestTable

For local development:

  • python -m pip install -e .[dev]

  • pre-commit install

  • pre-commit run –all-files