Skip to main content

An automated tool for creating CVs on the fly.

Project description

CV Creator is an automated curriculum vitae (CV) generator which uses TOML templates.

Its primary usage is to standardize Expert Analytics’ (XAL) employee CVs, but it can be used for creating CV without the company branding for private use as well.

Installation

The main CV Creator tool is created in Python and can be install through pip. See this guide for help to get pip working on your system.

With this repository cloned to disk, and Python and pip in place, install CV Creator through:

pip install cvcreator

The tool depend on a working installation of Latex:

  • Windows – Install Miktex.

  • Debian/Ubuntu – run sudo apt-get install texlive-latex-extra texlive-lang-european.

  • Arch – run sudo pacman -Syu texlive-latexextra texlive-lang.

  • Mac OSX – Install Homebrew and run brew install --cask mactex.

Basic usage

Start by creating a simple example:

cv example example.toml

Edit the resulting example.toml file with your favorite text editor. This is the content file which will be inserted into the final CV output. The different sections should be self-explanatory.

With the content ready, create a CV with:

cv create example.toml my_new_cv.pdf

It will look something like this:

https://raw.githubusercontent.com/expertanalytics/cvcreator/master/example.jpg

Projects and publications

To include projects/publications use the flag --publications/--projects. These flags must be followed by specific tags present in the toml content file:

cv create example.yaml --projects "A1,A2"
cv create example.yaml --publications "P1,P2"

The projects/publications will be added in selected order. Alternatively, use a colon : to include all entries.

cv create example.yaml --publications :

Technology skills

To be able to do statistics on various skills, the list of allowed skills is limited to a predefined list. To quickly list what skills are allowed, and their spelling, see:

cv skills

In addition, some skills have badges that can be activated during document creation using the --badges flag with e.g. cv create and cv latex. To list which skill can produce an icon, see:

cv skills --badges

Adding new skills and badges

If a skill is missing, or a skill is written in an incorrect way, please either file an issue or make a request with the proposed change. In the latter case, the changes can be made to the file: cvcreator/data/tech_skills.toml.

In addition, if there is a badge that is missing (or needs replacing) here is useful checklist:

  • Find a badge candidate, consisting of simple pure black vector graphics formatted as a .pdf file. Be wary that some tools will convert vector graphics to raster when coverting.

  • There should not be any copyright issues with the badge. Most badges are currently CC0.

  • Place the badge in the folder cvcreator/icons.

  • Except for the .pdf extension, the name must exactly match that of the badge trigger. This means include capitalized letters and spaces.

Developer Guide

The project uses poetry to manage its development installation. Assuming poetry installed on your system, installing cvcreator for development can be done from the repository root with the command:

poetry install

This will install all required dependencies and cvcreator into a virtual environment. To enter the create environment, run:

poetry shell

Afterwards exit with:

exit

Testing

To ensure that the code run on your local system, run the following:

poetry run pytest --doctest-modules cvcreator/ test/

Deployment

Releases to PyPI (the repository used when using pip install) is created and deployed automatically when making a tagged released. To do so you need to:

  • Update and push a new version number in pyproject.toml to branch master.

After merging to master, the workflow creates the tag and Github release for this version and uploads its wheel file to 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 Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

cvcreator-1.1.17-py3-none-any.whl (223.9 kB view details)

Uploaded Python 3

File details

Details for the file cvcreator-1.1.17-py3-none-any.whl.

File metadata

  • Download URL: cvcreator-1.1.17-py3-none-any.whl
  • Upload date:
  • Size: 223.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for cvcreator-1.1.17-py3-none-any.whl
Algorithm Hash digest
SHA256 37b4518f243ee06c163bf38f964964902442552e698d2433815720e7f9ca3bd5
MD5 763e66d10be76124807128fee91860fb
BLAKE2b-256 a133ff1f80a2c5fef1e3dbae9280e540f51ad15ec852fdaf20deab186c0d5ff6

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page