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.10.tar.gz (9.3 kB view details)

Uploaded Source

Built Distribution

yaml2resume-0.0.10-py3-none-any.whl (14.2 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: yaml2resume-0.0.10.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.10.tar.gz
Algorithm Hash digest
SHA256 6d0910f37db4fbedb05545bb90c94e050187c4d4a1c4a54a30cfda423c4fa666
MD5 ba4b6a8c136a3029eda28859a7e4a88c
BLAKE2b-256 8c8813940177bd695c7f8fbfe395227527fb3919b7966dd8b41390af13231a68

See more details on using hashes here.

File details

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

File metadata

  • Download URL: yaml2resume-0.0.10-py3-none-any.whl
  • Upload date:
  • Size: 14.2 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.10-py3-none-any.whl
Algorithm Hash digest
SHA256 1076e27e128be6e3465bb8d6edf6b00d80eb02e82223445f23ad642cd0df73dc
MD5 19952a6fa74203bf2c07b54d5bdaf2f7
BLAKE2b-256 36a9b4963fb8db3062b67f768f00d97ad0d4eeaed527cf71fceaab679cc931d1

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