Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 1.21 KB

README.rst

File metadata and controls

42 lines (28 loc) · 1.21 KB

Nicolas Harlem Eide's CV

Yup, this is my CV! It's tested, scalable and continuously deployed!

Running

To view my CV, you can either check out the prettified PDF, or check it out in your local python REPL!

To start off, you'll have to install the requirements.

pip install -r requirements.txt

Now you can try to run it in your local python REPL!

>>> from nicolas import cv, formatting

>>> help(cv)
# [Help text for CV]

>>> help(formatting)
# [Help text for formatting]

The formatting module will let you view the data from the CV in a more pretty format. Give it a try!

>>> print(formatting.header(cv.name))
===================================================================
===================================================================
======================                       ======================
======================  Nicolas Harlem Eide  ======================
======================                       ======================
===================================================================
===================================================================