Lightweight RTF composer for Python.
Specializes in precise formatting of production-quality tables and figures. Inspired by r2rtf.
You can install rtflite from PyPI:
pip install rtflite
Or install the development version from GitHub:
git clone https://github.com/pharmaverse/rtflite.git
cd rtflite
python3 -m pip install -e .
This project is licensed under the terms of the MIT license.