atomutek / resume

With Resume, you can generate a HTML resume from a YAML doc and a template (.tpl).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Resume

Resume is a Python port of resume-bandit by Alexander Ovchinnikov. With Resume, you can generate a HTML resume from a YAML doc and a template (.tpl).

Usage

Usage: python resume.py [options]

Options:
  -h, --help                help information
  -t, --template [path]     template file name
  -d, --data [path]         YAML data file name
  -o, --out [path]          output file name

If no command line arguments are given, resume has the defaults of :

 $ python resume.py -t templates/clean.tpl -d data/resumeBB.yaml -o resume.html

Example

An example of the ouput can be seen in the Example folder.

Dependencies

You might have to install the following libraries :

Future work

  • add a Bibtex option for academia people
  • add other templates
  • add other output formats (pdf, etc.)

Support

Please open an issue for support.

Contributing

Please contribute using Github Flow. Create a branch, add commits, and open a pull request.

About

With Resume, you can generate a HTML resume from a YAML doc and a template (.tpl).

License:Apache License 2.0


Languages

Language:HTML 67.9%Language:Smarty 25.8%Language:Python 6.3%