Skip to main content

Take yaml files and convert them into a resume

Project description

yaml2resume

yaml2resume is a simple python app that takes a resume in a YAML formatted file and then renders it using jinja2 templates. The primary use-case is for engineers, managers or other technical users who have diverse skillsets, but might be want to provide a targeted resume for a specific job post, highlighting specific skills or relevant work experience.

By default, an HTML (suitable for exporting to PDF) and TXT template (for copying and pasting text) are provided. yaml2resume is also designed to be used in conjunction with a version control system such as git, to provide version tracking.

A sample use case might be a software engineer looking to move to a devops engineer role. Using yaml2resume the user can define skills and bucket them by category (such as python.yaml, kubernetes.yaml, scrum_master.yaml, aws.yaml, security.yaml, blogging.yaml), then generate a resume that is tailored to each role.

Things to note

Keep in mind when using the generate function that the first yaml file will appear first in your output. For example if you invoke yaml2resume by using yaml2resume base.yaml technical.yaml, the contents of base.yaml will appear first, which might not be what you want. Be aware that using shell globbing, sometimes the order will not be what you are looking for.

Installation

pip3 install yaml2resume

Usage

cd ~/vcs/resume
# Initialize the resume
yaml2resume init
# Generate the resume, outputting to the output directory (defined in config.yaml)
yaml2resume generate *.yaml
# Spell check/verify yaml files are all in good working order
yaml2resume check

Customizing your resume

Once you have initialized your resume, note the config.yaml. This file is commented fairly well, but there are a couple key configuration options to keep in mind:

Field Name Description
output_dir This is the directory that the resume templates are outputted to (defaults to output)
resume_name This is the default resume name that is used (defaults to resume)
file_format This is a jinja formatted output for the resume, including the extension of the template
static_dir The static directory gets copied over to each resume generated
template_dir Where yaml2resume will look for templates (in current working directory)
include_always These resume yaml files will always be included, useful for things like certs or generic info like phone/name
spellcheck_dictionary A list of words to be added to the spellchecking dictionary
spellcheck_ignore_fields Any fields to ignore spellchecking on

Organizing your resume

Since the yaml files can be pulled in by globs, you can organize using buckets and globs.

For example, if you have a list of files like:

  • 01_devops_kube.yaml
  • 02_devops_monitoring.yaml
  • 03_devops_security.yaml

You could then use something like yaml2resume *devops*.yaml and pull in all the relevant resume items.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

yaml2resume-0.0.9.tar.gz (9.3 kB view details)

Uploaded Source

Built Distribution

yaml2resume-0.0.9-py3-none-any.whl (14.1 kB view details)

Uploaded Python 3

File details

Details for the file yaml2resume-0.0.9.tar.gz.

File metadata

  • Download URL: yaml2resume-0.0.9.tar.gz
  • Upload date:
  • Size: 9.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.5

File hashes

Hashes for yaml2resume-0.0.9.tar.gz
Algorithm Hash digest
SHA256 c47f1b9b261a11fc53bfee0417827b33ed167d34f5a00d590f93f36e25b48577
MD5 d8afcdc3c87e150ef6ca11bb50d31f2d
BLAKE2b-256 ee3d99b21e9afe25ae4fe7644720a7e861b16b99eb037811ddb429d61b1b459d

See more details on using hashes here.

File details

Details for the file yaml2resume-0.0.9-py3-none-any.whl.

File metadata

  • Download URL: yaml2resume-0.0.9-py3-none-any.whl
  • Upload date:
  • Size: 14.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.5

File hashes

Hashes for yaml2resume-0.0.9-py3-none-any.whl
Algorithm Hash digest
SHA256 b1ea74b4163d4f8c1b8c53096d35cb1ec42a8f9e85b23b6aee07eaf35f43b701
MD5 a28ee31f981ec7076a2dd7f4376d8e1e
BLAKE2b-256 216fd5979bbc44f6bc0107bece02669a32b2fff4a62046d9eddefa6f4cbdf5cf

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page