{"library":"rendercv","title":"RenderCV","description":"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.","language":"python","status":"active","last_verified":"Fri May 01","install":{"commands":["pip install rendercv"],"cli":{"name":"rendercv","version":"It seems you have a partial installation of RenderCV, so this feature is unavailable. To enable full functionality, run:"}},"imports":["from rendercv import render_cv"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"from rendercv import render_cv\nimport os\n\nyaml_content = \"\"\"\nname: John Doe\nsections:\n  education:\n    - institution: MIT\n      degree: BS\n      date: 2020\n\"\"\"\noutput_path = render_cv(yaml_content=yaml_content, output_format=\"markdown\")\nprint(f\"Resume generated at: {output_path}\")\n","lang":"python","description":"Generates a resume from YAML string and saves as markdown.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}