LICENSE
MANIFEST.in
Makefile
README.md
pyproject.toml
requirements-dev.txt
requirements.txt
setup.py
./src/__init__.py
./src/__version__.py
./src/api.py
./src/cli.py
./src/constants.py
./src/main.py
./src/utils.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/constants.py
src/main.py
src/utils.py
tests/__init__.py
tests/conftest.py
tests/test_api.py
tests/test_cli.py
tests/test_utils.py