---
id: rich-rst
version: "2.1.0"
license: MIT
license_treatment: permissive
maintenance: active
---
# rich-rst — A beautiful reStructuredText renderer for rich
License: permissive · Maintenance: active · Popularity: top 1,000 on PyPI
## Install
pip install rich-rst
uv add rich-rst
poetry add rich-rst
## Description
rich-rst
Render [reStructuredText](https://docutils.sourceforge.io/rst.html) with [Rich](https://rich.readthedocs.io/en/latest/). This package turns reST documents into Rich renderables so you can preview documentation, docstrings, and snippets directly in the terminal. Also includes a CLI.
## Highlights
- Supports all currently documented RST elements.
- Handles common documentation features such as...
## AI interpretation — verify before relying
Renders reStructuredText documents as Rich-formatted terminal output, supporting headings, lists, tables, code blocks, and Sphinx roles for previewing documentation and docstrings directly in the terminal.
Verdict: A well-maintained, low-friction package for rendering reStructuredText in the terminal. MIT-licensed, actively developed, and backed by two stable dependencies. No known vulnerabilities and ranked in the top 1000 PyPI packages. Suitable for documentation preview workflows and CLI tools.
[View on SkillFed](https://skillfed.io/packages/rich-rst) · [View on PyPI](https://pypi.org/project/rich-rst/)