Skip to content

rtflite

PyPI version Python versions CI Tests mkdocs PyPI Downloads License

Lightweight RTF composer for Python.

Specializes in precise formatting of production-quality tables and figures. Inspired by r2rtf.

Installation

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 .

Contributing

We welcome contributions to rtflite. Please read the rtflite Contributing Guidelines to get started.

All interactions within rtflite repositories and issue trackers should adhere to the rtflite Contributor Code of Conduct.

License

This project is licensed under the terms of the MIT license.