mirror of
https://github.com/rendercv/rendercv.git
synced 2026-01-16 17:28:23 -05:00
750 B
750 B
RenderCV
::: rendercv
In this section, you can find how RenderCV's components are structured and how they interact with each other.
- cli.py – This module contains all the command-line interface (CLI) related code for RenderCV.
- data_models.py – This module contains classes and functions to parse and validate RenderCV's input YAML.
- renderer.py – This module implements
\LaTeXfile generation and\LaTeXrunner utilities for RenderCV. - themes – This package contains all the built-in themes of RenderCV.