
Security News
New CNA Scorecard Tool Ranks CVE Data Quality Across the Ecosystem
The CNA Scorecard ranks CVE issuers by data completeness, revealing major gaps in patch info and software identifiers across thousands of vulnerabilities.
Create and parse a resume in YAML format.
You can install it using PIP:
pip install cv-parser
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.
FAQs
This package parses a Curriculum vitae yaml file and generates a pdf and web files
We found that cv-parser demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
The CNA Scorecard ranks CVE issuers by data completeness, revealing major gaps in patch info and software identifiers across thousands of vulnerabilities.
Research
/Security News
Two npm packages masquerading as WhatsApp developer libraries include a kill switch that deletes all files if the phone number isn’t whitelisted.
Research
/Security News
Socket uncovered 11 malicious Go packages using obfuscated loaders to fetch and execute second-stage payloads via C2 domains.