MANIFEST.in
README.md
pyproject.toml
src/recruiter_app/__init__.py
src/recruiter_app/app.py
src/recruiter_app.egg-info/PKG-INFO
src/recruiter_app.egg-info/SOURCES.txt
src/recruiter_app.egg-info/dependency_links.txt
src/recruiter_app.egg-info/top_level.txt
src/recruiter_app/config/config.json
src/recruiter_app/config/gh_skills_count.csv
src/recruiter_app/config/rd_skills_count.csv
src/recruiter_app/config/so_skills_count.csv
src/recruiter_app/elt_app/__init__.py
src/recruiter_app/elt_app/main.py
src/recruiter_app/elt_app/api/__init__.py
src/recruiter_app/elt_app/api/github.py
src/recruiter_app/elt_app/api/reddit.py
src/recruiter_app/elt_app/api/stackoverflow.py
src/recruiter_app/elt_app/collections/__init__.py
src/recruiter_app/elt_app/collections/candidate_ratings.py
src/recruiter_app/elt_app/collections/evaluate_candidates.py
src/recruiter_app/elt_app/collections/gh_users_details.py
src/recruiter_app/elt_app/collections/job_descr_config.py
src/recruiter_app/elt_app/collections/reddit_user_props.py
src/recruiter_app/elt_app/collections/so_users_details.py
src/recruiter_app/elt_app/service/__init__.py
src/recruiter_app/elt_app/service/exec_recipe.py
src/recruiter_app/elt_app/service/merge_data.py
src/recruiter_app/elt_app/service/mongo.py
src/recruiter_app/elt_app/service/rating_prep.py
src/recruiter_app/elt_app/service/rating_recipes.py
src/recruiter_app/notification/__init__.py
src/recruiter_app/notification/notification_app.py
src/recruiter_app/utilities/__init__.py
src/recruiter_app/utilities/helpers.py