.git_archival.txt
.gitattributes
.gitignore
CHANGELOG.rst
CODE_OF_CONDUCT.rst
LICENSE
MANIFEST.in
Makefile
README.rst
codecov.yaml
conftest.py
lint.mk
pyproject.toml
readthedocs.yaml
spelling_private_dict.txt
.github/dependabot.yml
.github/workflows/ci.yml
.github/workflows/release.yml
.github/workflows/windows-ci.yml
.vscode/extensions.json
.vscode/settings.json
docs/Makefile
docs/source/__init__.py
docs/source/api-reference.rst
docs/source/changelog.rst
docs/source/conf.py
docs/source/contributing.rst
docs/source/exceptions.rst
docs/source/index.rst
docs/source/release-process.rst
src/vws/__init__.py
src/vws/include_target_data.py
src/vws/py.typed
src/vws/query.py
src/vws/reports.py
src/vws/vws.py
src/vws/exceptions/__init__.py
src/vws/exceptions/base_exceptions.py
src/vws/exceptions/cloud_reco_exceptions.py
src/vws/exceptions/custom_exceptions.py
src/vws/exceptions/vws_exceptions.py
src/vws_python.egg-info/PKG-INFO
src/vws_python.egg-info/SOURCES.txt
src/vws_python.egg-info/dependency_links.txt
src/vws_python.egg-info/not-zip-safe
src/vws_python.egg-info/requires.txt
src/vws_python.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/test_cloud_reco_exceptions.py
tests/test_query.py
tests/test_vws.py
tests/test_vws_exceptions.py