LICENSE
README.md
pyproject.toml
src/jobkit/__init__.py
src/jobkit/cli.py
src/jobkit/config.py
src/jobkit.egg-info/PKG-INFO
src/jobkit.egg-info/SOURCES.txt
src/jobkit.egg-info/dependency_links.txt
src/jobkit.egg-info/entry_points.txt
src/jobkit.egg-info/requires.txt
src/jobkit.egg-info/top_level.txt
src/jobkit/exporters/__init__.py
src/jobkit/exporters/pdf.py
src/jobkit/generators/__init__.py
src/jobkit/generators/cover_letter.py
src/jobkit/generators/llm.py
src/jobkit/generators/resume.py
src/jobkit/importers/__init__.py
src/jobkit/importers/file_parser.py
src/jobkit/importers/github_profile.py
src/jobkit/importers/linkedin_profile.py
src/jobkit/scrapers/__init__.py
src/jobkit/scrapers/base.py
src/jobkit/scrapers/linkedin.py
src/jobkit/web/__init__.py
src/jobkit/web/app.py
src/jobkit/web/templates/application_detail.html
src/jobkit/web/templates/base.html
src/jobkit/web/templates/import_status.html
src/jobkit/web/templates/index.html
src/jobkit/web/templates/job_detail.html
src/jobkit/web/templates/jobs.html
src/jobkit/web/templates/profile.html
src/jobkit/web/templates/search.html
src/jobkit/web/templates/settings.html
tests/test_config.py
tests/test_generators.py