https://github.com/poundifdef/resumebabel
https://github.com/poundifdef/resumebabel
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/poundifdef/resumebabel
- Owner: poundifdef
- Created: 2012-03-12T23:54:44.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2012-10-14T20:25:34.000Z (about 13 years ago)
- Last Synced: 2025-01-21T06:12:00.638Z (12 months ago)
- Language: Python
- Homepage:
- Size: 1.4 MB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README
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)