.coveragerc
.gitignore
.pre-commit-config.yaml
.readthedocs.yml
AUTHORS.md
CHANGELOG.md
CONTRIBUTING.md
LICENSE.txt
MANIFEST.in
Makefile
README.md
pyproject.toml
tox.ini
.github/workflows/ci.yml
docs/Makefile
docs/authors.md
docs/changelog.md
docs/conf.py
docs/contributing.md
docs/index.md
docs/license.md
docs/readme.md
docs/userguide.md
docs/_static/.gitignore
examples/build_example_profile.py
examples/smoke_real_path.py
examples/style-map.example.toml
examples/input_cvs/sample_cv.txt
src/profgen/__init__.py
src/profgen/__main__.py
src/profgen/_version.py
src/profgen/cli.py
src/profgen/pipeline.py
src/profgen.egg-info/PKG-INFO
src/profgen.egg-info/SOURCES.txt
src/profgen.egg-info/dependency_links.txt
src/profgen.egg-info/entry_points.txt
src/profgen.egg-info/requires.txt
src/profgen.egg-info/top_level.txt
src/profgen/extractors/__init__.py
src/profgen/extractors/base.py
src/profgen/extractors/docx.py
src/profgen/extractors/pdf.py
src/profgen/extractors/txt.py
src/profgen/llm/__init__.py
src/profgen/llm/claude_client.py
src/profgen/llm/prompts.py
src/profgen/models/__init__.py
src/profgen/models/candidate.py
src/profgen/template/__init__.py
src/profgen/template/word_renderer.py
tests/README.md
tests/conftest.py
tests/fixtures/__init__.py
tests/fixtures/build_corpus.py
tests/fixtures/builders.py
tests/fixtures/personas.py
tests/integration/test_convert_cli.py
tests/integration/test_extractors.py
tests/integration/test_fixtures.py
tests/integration/test_grounding_corpus.py
tests/integration/test_layout.py
tests/integration/test_pipeline_run.py
tests/integration/test_rendering_corpus.py
tests/integration/test_structuring_corpus.py
tests/unit/test_candidate.py
tests/unit/test_cli.py
tests/unit/test_extractor_dispatch.py
tests/unit/test_grounding.py
tests/unit/test_import.py
tests/unit/test_pipeline_paths.py
tests/unit/test_structuring.py
tests/unit/test_style_map.py