Sample Python Project for creating a new Python Module
Project description
Introduction
pyresumize is a python module to extract useful information from resume and generate a json string out of it. Currently it supports only pdf file as input .
Todo
- Implement a Skill Fetcher
- Support for other formats
- Performance Improvements
- Bug Fixes
Usage
from pyresumize import ResumeProcessor
r_parser=ResumeProcessor()
json=r_parser.process_resume(file)
print(json)
Developer Notes
To Run the unit tests
python -m unittest discover tests\ -vvv
python -m build
twine upload -r pyresumize dist* --config-file "C:\Users\Gokul Kartha.pypirc" --repository pypi
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 pyresumize-0.0.2.tar.gz.
File metadata
- Download URL: pyresumize-0.0.2.tar.gz
- Upload date:
- Size: 6.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bc58a52080c5cb7db2950d259adbe396152b3cb74b4b7f91df3d386a6c482524
|
|
| MD5 |
cec8858c448afea28443b9c2259fb366
|
|
| BLAKE2b-256 |
b68a8e23e04aff2b0e5e58847fa7b95c949d02122226f4908ed08d8471eb85b6
|
File details
Details for the file pyresumize-0.0.2-py3-none-any.whl.
File metadata
- Download URL: pyresumize-0.0.2-py3-none-any.whl
- Upload date:
- Size: 4.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ee54c62f015af25165c8a1d3049d435b5c8c02fa4188be5160bf633c237e8394
|
|
| MD5 |
dcef45b080db4e781adbb37426801fd8
|
|
| BLAKE2b-256 |
4bd2813024a5127a958b5e7171f597f3b732d2c310e44a9c6a753da82c77b1db
|