Files
rendercv/rendercv/__init__.py
2023-09-13 19:10:21 +02:00

5 lines
266 B
Python

"""RenderCV package.
It parses the user input YAML/JSON file and validates the data (checks spelling mistakes, checks if the dates are consistent, etc.). Then, with the data, it creates a $\LaTeX$ file and renders it with [TinyTeX](https://yihui.org/tinytex/).
"""