An open API service indexing awesome lists of open source software.

https://github.com/poundifdef/resumebabel


https://github.com/poundifdef/resumebabel

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

This project is a series of scripts to convert a resume to any number of
output formats. JSON is the input, and each module outputs to a different
format.

One of the most tedious parts of applying to jobs is the resume. Everyone's
HR department accepts a different resume format.

LinkedIn (and other career websites) don't really help; HR still wants you
to paste a plain-text resume into their little online job application.

If there is a format you want to see, feel free to write a template and make
a pull request!

Supported formats:

* JSON
* Plain text
* HTML

New formats? Fork me on github!

Dependencies:

* HTML, TXT templating: jinja2 (http://jinja.pocoo.org/)
* Markdown: markdown2 (https://github.com/trentm/python-markdown2)