.gitignore
CLAUDE.md
README.md
pyproject.toml
docs/README.md
docs/getting-started/installation.md
docs/getting-started/quickstart.md
docs/guides/configuration.md
docs/guides/sources.md
docs/guides/writers.md
docs/reference/cli.md
tests/__init__.py
tests/test_arbeitnow.py
tests/test_headhunter.py
tests/test_jobicy.py
tests/test_remoteok.py
tests/test_remotive.py
tests/test_selector.py
vacancies_parser_kit.egg-info/PKG-INFO
vacancies_parser_kit.egg-info/SOURCES.txt
vacancies_parser_kit.egg-info/dependency_links.txt
vacancies_parser_kit.egg-info/entry_points.txt
vacancies_parser_kit.egg-info/requires.txt
vacancies_parser_kit.egg-info/top_level.txt
vpr/__init__.py
vpr/cli/__init__.py
vpr/cli/main.py
vpr/cli/commands/__init__.py
vpr/cli/commands/init.py
vpr/cli/commands/list.py
vpr/cli/commands/run.py
vpr/config/__init__.py
vpr/config/profile.py
vpr/config/project.py
vpr/config/source_config.py
vpr/core/__init__.py
vpr/core/models.py
vpr/core/pipeline.py
vpr/core/selector.py
vpr/sources/__init__.py
vpr/sources/arbeitnow.py
vpr/sources/base.py
vpr/sources/headhunter.py
vpr/sources/hh_dictionaries.py
vpr/sources/jobicy.py
vpr/sources/registry.py
vpr/sources/remoteok.py
vpr/sources/remotive.py
vpr/templates/__init__.py
vpr/templates/scaffold.py
vpr/transforms/__init__.py
vpr/transforms/normalize.py
vpr/writers/__init__.py
vpr/writers/base.py
vpr/writers/clickhouse.py
vpr/writers/jsonl.py
vpr/writers/postgres.py
vpr/writers/registry.py
vpr/writers/sqlite.py