Populate a predefined LaTeX template with contents defined in YAML to build your resume.
Project description
PyResume Builder
Do you like updating your resume? Are you satisfied with the layout and formatting? Do you ever wish you could try different styles without going through the trouble of manually reformatting each time? Well now you can!
PyResume Builder is a command line tool that populates a LaTeX template from contents defined in a YAML file. By storing the contents of your resume in a human-readable markup language and generating a LaTeX or PDF file from that you are free to try alternative templates and generate resumes in different formats without the tedium of manually reformatting.
Free software: GNU General Public License v3
Documentation: https://pyresume.readthedocs.io.
Features
Current
Store resume contents (skills, experience, contact info, etc) in a YAML file for ease of updating and version control convenience.
Templated LaTeX approach allows for consistent look and feel between different combinations of information you might want to include in your resume.
Default LaTeX template includes support for:
Contact info
Education
Experience
Skills (up to two levels of subcategories supported)
Activities
Education
References
Planned
Support externally-defined Jinja2 LaTeX templates.
Support some kind of html output format.
Create new resume templates using cookiecutter.
Roadmap
Version 0.1.0
Documentation
[x] Introduce problem being solved.
[x] Research and refer to similar tools/services.
Basic Usage instructions
[x] Running from CLI on Linux
[x] Running from CLI using Docker on any platform
Advanced Usage instructions
[x] Generate scenario test fixtures
[x] Describe workflow for storing resume in a repo as yaml and using pyresume+latex to generate PDFs.
Tests
scenario
docker/texlive integration tests to validate PDF generation
[x] Find/create docker image to provide latex packages
[x] Get docker integration test(s) running locally.
[x] Research docker in Travis, figure out what kind of foolery is necessary to make docker tests run there.
Templates
Initial templates packaged w/ pyresume
[x] Jinja2 template with basic layout
[x] stored as setuptools resource
Command line
[x] change ‘tex’ subcommand to ‘create’/’create tex’
Version 0.2.0
Meta
[ ] Move this Roadmap elsewhere, maybe generate github or bitbucket issues and labels to track the work.
Post link to repositories and readthedocs in public forums:
[ ] reddit
[x] facebook
[ ] linkedin
User Input Validation
Use voluptuous to validate data structures passed in by users.
[ ] Implement validation in same directory as template.
[ ] Write tests for validation function to concretely define various corner cases (the exceptions and/or warnings producted by validation).
External Templates
[ ] From local file
[ ] From git repo
[ ] Cookiecutter repo for new template repos
Tests
Command line
[ ] parameter to specify location of LaTeX templates
[ ] add ‘create pdf’ subcommand that uses docker (if available) to run texlive and generate a resume
Similar Projects
- http://www.resumebuilder.org
This site let’s you sign in, enter your resume data in a series of web forms, and generate a resume from predefined templates. Also seems to include all kinds of helpful advice about resume layouts and being more of a rock star potential employee.
Credits
This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.
History
0.1.2 (2018-06-10)
Fix runtime dependencies.
Change encrypted pypi password in .travis.yml.
0.1.1 (2018-06-09)
Fix packaging bug - https://github.com/waynr/pyresume/issues/95
0.0.0 (2017-06-01)
First release on PyPI.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for pyresume-0.1.2-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 359566392da10e9212a382fecd09ed353b7ac2ac2c88a38872f30d13a901dae6 |
|
MD5 | 017c3099cc78d189b36e200e479d589c |
|
BLAKE2b-256 | 615e9759c2e0fad7473817e2d23e104d3dede1226c427cba755615200e888bb2 |