mirror of https://github.com/eyhc1/rendercv.git
12 lines
364 B
Python
12 lines
364 B
Python
"""RenderCV package.
|
|
|
|
RenderCV is a $\\LaTeX$ CV generator from a JSON/YAML input file. It is a $\\LaTeX$ framework,
|
|
and users can use RenderCV with their custom $\\LaTeX$ CVs. It allows you to separate your
|
|
CV's content from its design.
|
|
|
|
Write your content, and get a high-quality, professional-looking CV as a PDF with its
|
|
LaTeX source!
|
|
"""
|
|
|
|
__version__ = "1.0"
|