ATS resume analyzer for keyword matching and scoring
Project description
ATS Resume Checker
A lightweight Python package to analyze resumes against job descriptions.
Features
- Extract text from resume PDFs
- Keyword matching
- ATS score calculation
- Missing keyword suggestions
Installation
pip install ats-resume-checker
Usage
from ats_resume_checker import analyze_resume
result = analyze_resume("resume.pdf", "Python developer with SQL")
print(result)
Output example
{ 'ats_score': 72.4, 'missing_keywords': ['docker', 'aws'], 'matched_keywords': ['python', 'sql'] }
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file ats_resume_checker-0.1.0.tar.gz.
File metadata
- Download URL: ats_resume_checker-0.1.0.tar.gz
- Upload date:
- Size: 2.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
235840727913ad004acf5173867259e5eccd00241dc0490fbcc3341d1e4ac3f8
|
|
| MD5 |
be69de2b661065b1eacd8f7eebf40336
|
|
| BLAKE2b-256 |
14949e02e5c48708db3f0bf5173a141ef379fc3cd754b4a8bac1ab1342fffb14
|
File details
Details for the file ats_resume_checker-0.1.0-py3-none-any.whl.
File metadata
- Download URL: ats_resume_checker-0.1.0-py3-none-any.whl
- Upload date:
- Size: 3.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
63fb768bcd569fc93ca3327cd69afcc0953f81a94e1406b60f3fa5d4c4b99cd4
|
|
| MD5 |
3d33d0e4b7f5faed0c8a1e5cccedb800
|
|
| BLAKE2b-256 |
988402068fc48bbc04668321a5b054c81703bea83f88b3b351b7b61cd86fc2ca
|