Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
::
A simple resume parser used for extracting information from resumes
Built with ❤︎ and :coffee: by Omkar Pathak <https://github.com/OmkarPathak>
__
|GitHub stars| |PyPI| |Downloads| |GitHub| |PyPI - Python Version| |Say Thanks!| |Build Status| |codecov|
.. code:: bash
pip install pyresparser
.. code:: bash
# spaCy
python -m spacy download en_core_web_sm
# nltk
python -m nltk.downloader words
Official documentation is available at: https://www.omkarpathak.in/pyresparser/
textract <https://textract.readthedocs.io/en/stable/installation.html>
__
for your OS (Linux, MacOS).. code:: python
from pyresparser import ResumeParser
data = ResumeParser('/path/to/resume/file').get_extracted_data()
For running the resume extractor you can also use the cli
provided
.. code:: bash
usage: pyresparser [-h] [-f FILE] [-d DIRECTORY] [-r REMOTEFILE]
[-re CUSTOM_REGEX] [-sf SKILLSFILE] [-e EXPORT_FORMAT]
optional arguments:
-h, --help show this help message and exit
-f FILE, --file FILE resume file to be extracted
-d DIRECTORY, --directory DIRECTORY
directory containing all the resumes to be extracted
-r REMOTEFILE, --remotefile REMOTEFILE
remote path for resume file to be extracted
-re CUSTOM_REGEX, --custom-regex CUSTOM_REGEX
custom regex for parsing mobile numbers
-sf SKILLSFILE, --skillsfile SKILLSFILE
custom skills CSV file against which skills are
searched for
-e EXPORT_FORMAT, --export-format EXPORT_FORMAT
the information export format (json)
The module would return a list of dictionary objects with result as follows:
::
[
{
'college_name': ['Marathwada Mitra Mandal’s College of Engineering'],
'company_names': None,
'degree': ['B.E. IN COMPUTER ENGINEERING'],
'designation': ['Manager',
'TECHNICAL CONTENT WRITER',
'DATA ENGINEER'],
'email': 'omkarpathak27@gmail.com',
'mobile_number': '8087996634',
'name': 'Omkar Pathak',
'no_of_pages': 3,
'skills': ['Operating systems',
'Linux',
'Github',
'Testing',
'Content',
'Automation',
'Python',
'Css',
'Website',
'Django',
'Opencv',
'Programming',
'C',
...],
'total_experience': 1.83
}
]
https://www.kaggle.com/nirant/hitchhiker-s-guide-to-nlp-in-spacy
https://medium.com/@divalicious.priya/information-extraction-from-cv-acec216c3f48
Special thanks to dataturks for their annotated dataset <https://dataturks.com/blog/named-entity-recognition-in-resumes.php>
__
If you have found my softwares to be of any use to you, do consider helping me pay my internet bills. This would encourage me to create many such softwares :smile:
+-----------+----+ | PayPal | | +===========+====+ | ₹ (INR) | | +-----------+----+
|Stargazers over time|
.. |GitHub stars| image:: https://img.shields.io/github/stars/OmkarPathak/pyresparser.svg :target: https://github.com/OmkarPathak/pyresparser/stargazers .. |PyPI| image:: https://img.shields.io/pypi/v/pyresparser.svg :target: https://pypi.org/project/pyresparser/ .. |Downloads| image:: https://pepy.tech/badge/pyresparser :target: https://pepy.tech/project/pyresparser .. |GitHub| image:: https://img.shields.io/github/license/omkarpathak/pyresparser.svg :target: https://github.com/OmkarPathak/pyresparser/blob/master/LICENSE .. |PyPI - Python Version| image:: https://img.shields.io/pypi/pyversions/Django.svg .. |Say Thanks!| image:: https://img.shields.io/badge/Say%20Thanks-:D-1EAEDB.svg :target: https://saythanks.io/to/OmkarPathak .. |Build Status| image:: https://travis-ci.com/OmkarPathak/pyresparser.svg?branch=master :target: https://travis-ci.com/OmkarPathak/pyresparser .. |codecov| image:: https://codecov.io/gh/OmkarPathak/pyresparser/branch/master/graph/badge.svg :target: https://codecov.io/gh/OmkarPathak/pyresparser .. |Stargazers over time| image:: https://starchart.cc/OmkarPathak/pyresparser.svg :target: https://starchart.cc/OmkarPathak/pyresparser
FAQs
A simple resume parser used for extracting information from resumes
We found that pyresparser 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
Research
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.