Metadata-Version: 2.1
Name: cvascode
Version: 0.1.1
Summary: Utility to generate CVs from templates.
Home-page: https://github.com/benchoncy/cvascode
Author: Ben Stuart
Author-email: ben@benstuart.ie
License: LICENSE
Description-Content-Type: text/markdown
Requires-Dist: pyyaml
Requires-Dist: jinja2
Requires-Dist: schema
Requires-Dist: docxtpl

# CV as Code

cvascode is command-line tool which aims to make maintaining your CV/Résumé less painful by maintaining it 'as code'. This tool enables you to seperate your CV into the data, and the template allowing the content of your cv and the apperence to be maintained seperately.

## What are the advantages of using cvascode?
- With well written templates updating the content does not destroy the appearence.
- Changing the appearence does not accidentally delete important data.
- Maintaining multiple versions and styles of your CV is made easier.
- CV styles and templates can be easily shared.
- cvascode enforces a basic yet flexible data schema in an effort to allow interoperability between templates.

## Install

cvascode can be installed via pip

```
pip install cvascode
```
