Skip to content

bdewilde/py-great-resume

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

py-great-resume

usage

py-great-resume may be used within Python as a package:

>>> import py_great_resume
>>> resume = py_great_resume.Resume("/path/to/resume.json", template="long")
>>> resume.validate()
>>> resume.to_pdf("/path/to/resume.pdf")
>>> resume.to_html("/path/to/resume.html")

It may also be used directly from the command line:

$ python -m py_great_resume --src_fpath /path/to/resume.json --tgt_fpath /path/to/resume.pdf --template long --validate
$ python -m py_great_resume --src_fpath /path/to/resume.json --tgt_fpath /path/to/resume.html --template long --validate

whence "py-great-resume"?

When debugging and developing, I often use "my-great-[FOO]" when naming test files. In this case, I used "my-great-resume.json", then mixed in "py" for the Python code loading it in.

About

Make a great resume, using Python.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published