RenderCV is a Python-based LaTeX/Typst resume builder for academics and engineers. It takes a YAML input file and generates a high-quality PDF, Markdown, or HTML resume. Current version 2.8, active development with frequent releases.
pip install rendercvVerified import paths — ran on the pinned version, not inferred.
Generates a resume from YAML string and saves as markdown.
Update YAML to match new schema: use 'education' section with 'institution' instead of 'school', etc. See migration guide.
Use `rendercv render -y /path/to/cv.yaml` to avoid CWD issues.
Use `separator_between_connections` (correct spelling).