cstrelioff / resumepy

Python package for resumes: YAML input to HTML, PDF, or TEXT output.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

resumepy

Python package for resumes: YAML input to HTML, PDF, or TEXT output.

notes

  • Tested on Ubuntu 14.04 using Python 2.7 and 3.4 with TeXLive 2013

install

Ubuntu 14.04

  1. Create a virtualenv, using Python 2.7:
    $ mkvirtualenv resumepy_git

or, using Python 3.4:

    $ mkvirtualenv resumepy_git -p /usr/bin/python3
  1. Install, from github, using pip
    (resumepy_git):~$ pip install git+git://github.com/cstrelioff/resumepy
  1. A quick test, get the script help:
    (resumepy_git):~$ resumepy -h
    usage: resumepy [-h] -f FILE -o {txt,html,pdf} [-t TEMPLATE]
    
    Create resume from yaml file.
    
    optional arguments:
      -h, --help         show this help message and exit
      -f FILE            input yaml file
      -o {txt,html,pdf}  output format
      -t TEMPLATE        local template

About

Python package for resumes: YAML input to HTML, PDF, or TEXT output.

License:MIT License


Languages

Language:Python 46.4%Language:TeX 38.7%Language:HTML 14.9%