Sourced from: https://github.com/brndnmtthws/resume
assets/
- contains static data used by
resume.tex
- contains static data used by
components/
- styles resume components
- mapped to
resume.toml
dictionary keys
resume_builder/
- Python package that:
- iterates over
resume.toml
dictionary keys - reads the mapped
components
and formats the in-memory strings usingresume.toml
values (str.format
function)
- iterates over
- Python package that:
resume.toml
- each dictionary key contains a corresponding
component
- the keys inside nested dictionaries represent
component
values to be formatted byresume-builder
- each dictionary key contains a corresponding
git clone https://github.com/andhrelja/resume-builder
cd resume-builder
pip install .
python -m resume_builder
These commands will generate a resume.tex
file that can be converted to PDF using pdflatex.
Update resume.toml
with desired values. If adding new dictionary keys, make sure to create a corresponding components/<component>.pytex
file and add the dictionary keys to components/main.pytex
.
GitHub Issues: https://github.com/andhrelja/resume-builder/issues