Coverage for rendercv/__init__.py: 100%

1 statements  

« prev     ^ index     » next       coverage.py v7.6.1, created at 2024-10-07 17:51 +0000

1""" 

2RenderCV is a $\\LaTeX$ CV/resume framework that allows you to create a high-quality CV 

3as a PDF from a YAML file with Markdown syntax support and complete control over the 

4$\\LaTeX$ code. 

5""" 

6 

7__version__ = "1.14"