mirror of
https://github.com/rendercv/rendercv.git
synced 2026-03-01 04:57:59 -05:00
8 lines
223 B
Python
8 lines
223 B
Python
"""RenderCV package.
|
|
|
|
RenderCV is a $\\LaTeX$ CV generator from a JSON/YAML input file. The primary motivation
|
|
behind the RenderCV is to allow the separation between the content and design of a CV.
|
|
"""
|
|
|
|
__version__ = "1.6"
|