LICENSE
MANIFEST.in
Makefile
Makefile.ps1
README.md
pyproject.toml
requirements-dev.txt
requirements.txt
setup.py
cvequery.egg-info/PKG-INFO
cvequery.egg-info/SOURCES.txt
cvequery.egg-info/dependency_links.txt
cvequery.egg-info/entry_points.txt
cvequery.egg-info/requires.txt
cvequery.egg-info/top_level.txt
src/__init__.py
src/__version__.py
src/api.py
src/cli.py
src/completion.py
src/constants.py
src/formatting.py
src/interactive.py
src/main.py
src/utils.py
tests/__init__.py
tests/run_tests.py
tests/test_api.py
tests/test_cli.py
tests/test_completion.py
tests/test_constants.py
tests/test_formatting.py
tests/test_integration.py
tests/test_interactive.py
tests/test_legacy_verification.py
tests/test_main.py
tests/test_utils.py
tests/test_version.py