README.md
pyproject.toml
src/sync_cv_formatter/__init__.py
src/sync_cv_formatter.egg-info/PKG-INFO
src/sync_cv_formatter.egg-info/SOURCES.txt
src/sync_cv_formatter.egg-info/dependency_links.txt
src/sync_cv_formatter.egg-info/requires.txt
src/sync_cv_formatter.egg-info/top_level.txt
src/sync_cv_formatter/renderers/__init__.py
src/sync_cv_formatter/renderers/html_renderer.py
src/sync_cv_formatter/renderers/pdf_renderer.py
src/sync_cv_formatter/schemas/__init__.py
src/sync_cv_formatter/schemas/resume_document.py
src/sync_cv_formatter/templates/html/_base_head.html.j2
src/sync_cv_formatter/templates/html/_body_sections.html.j2
src/sync_cv_formatter/templates/html/_macros.html.j2
src/sync_cv_formatter/templates/html/_partial_achievements.html.j2
src/sync_cv_formatter/templates/html/_partial_custom.html.j2
src/sync_cv_formatter/templates/html/_partial_education.html.j2
src/sync_cv_formatter/templates/html/_partial_experience.html.j2
src/sync_cv_formatter/templates/html/_partial_projects.html.j2
src/sync_cv_formatter/templates/html/_partial_skills.html.j2
src/sync_cv_formatter/templates/html/_sections.html.j2
src/sync_cv_formatter/templates/html/_sections_experience_first.html.j2
src/sync_cv_formatter/templates/html/_sections_tail.html.j2
src/sync_cv_formatter/templates/html/classic/styles.css
src/sync_cv_formatter/templates/html/classic/template.html.j2
src/sync_cv_formatter/templates/html/compact/styles.css
src/sync_cv_formatter/templates/html/compact/template.html.j2
src/sync_cv_formatter/templates/html/executive/styles.css
src/sync_cv_formatter/templates/html/executive/template.html.j2
src/sync_cv_formatter/templates/html/modern/styles.css
src/sync_cv_formatter/templates/html/modern/template.html.j2
src/sync_cv_formatter/templates/html/professional/styles.css
src/sync_cv_formatter/templates/html/professional/template.html.j2
tests/test_html_renderer.py