معرفی شرکت ها


cv-parser-0.5


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

This package parses a Curriculum vitae yaml file and generates a pdf and web files
ویژگی مقدار
سیستم عامل -
نام فایل cv-parser-0.5
نام cv-parser
نسخه کتابخانه 0.5
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Ider Delzo
ایمیل نویسنده soloidx@gmail.com
آدرس صفحه اصلی https://github.com/soloidx/cv-parser
آدرس اینترنتی https://pypi.org/project/cv-parser/
مجوز -
# CV Parser Create and parse a resume in YAML format. ## Dependencies: - Pyyaml: for the parsing of the .yaml file. - PyPDF: for the pdf creation. - Pillow: for the image operation over the profile picture. - Jinja2: for the creation of the web page resume. ## Installation: You can install it using PIP: pip install cv-parser ## Usage: In order to create the initial structure of the CV you can execute this command: cv_parser generate This will create `my_cv.yml` and `me.jpg` files. Once you have edited this files you can do: cv_parser my_cv.yml This will take the `my_cv.yml` file and generate the resume files into the `output` folder. Usually the `cv_parse` command generate a pdf and html file, if you only want one of those you can run fo web: cv_parser --render-type web my_cv.yml or cv_parser --render-type pdf my_cv.yml for pdf creation.


نحوه نصب


نصب پکیج whl cv-parser-0.5:

    pip install cv-parser-0.5.whl


نصب پکیج tar.gz cv-parser-0.5:

    pip install cv-parser-0.5.tar.gz