.git_archival.txt
.gitattributes
.gitignore
.pre-commit-config.yaml
CHANGELOG.rst
CODE_OF_CONDUCT.rst
LICENSE
MANIFEST.in
Makefile
README.rst
codecov.yaml
conftest.py
pyproject.toml
readthedocs.yaml
secrets.tar.gpg
spelling_private_dict.txt
vuforia_secrets.env.example
.github/dependabot.yml
.github/workflows/ci.yml
.github/workflows/docker-build.yml
.github/workflows/lint.yml
.github/workflows/release.yml
.github/workflows/skip-tests.yml
.github/workflows/windows-ci.yml
.vscode/extensions.json
.vscode/settings.json
admin/__init__.py
admin/create_secrets_files.py
ci/__init__.py
ci/decrypt_secret.sh
ci/test_custom_linters.py
docs/Makefile
docs/source/__init__.py
docs/source/basic-example.rst
docs/source/changelog.rst
docs/source/ci-setup.rst
docs/source/conf.py
docs/source/contributing.rst
docs/source/differences-to-vws.rst
docs/source/docker.rst
docs/source/getting-started.rst
docs/source/index.rst
docs/source/installation.rst
docs/source/mock-api-reference.rst
docs/source/release-process.rst
docs/source/versioning-and-api-stability.rst
src/mock_vws/__init__.py
src/mock_vws/_base64_decoding.py
src/mock_vws/_constants.py
src/mock_vws/_database_matchers.py
src/mock_vws/_mock_common.py
src/mock_vws/_query_tools.py
src/mock_vws/database.py
src/mock_vws/image_matchers.py
src/mock_vws/py.typed
src/mock_vws/states.py
src/mock_vws/target.py
src/mock_vws/target_manager.py
src/mock_vws/target_raters.py
src/mock_vws/_flask_server/Dockerfile
src/mock_vws/_flask_server/__init__.py
src/mock_vws/_flask_server/healthcheck.py
src/mock_vws/_flask_server/target_manager.py
src/mock_vws/_flask_server/vwq.py
src/mock_vws/_flask_server/vws.py
src/mock_vws/_query_validators/__init__.py
src/mock_vws/_query_validators/accept_header_validators.py
src/mock_vws/_query_validators/auth_validators.py
src/mock_vws/_query_validators/content_length_validators.py
src/mock_vws/_query_validators/content_type_validators.py
src/mock_vws/_query_validators/date_validators.py
src/mock_vws/_query_validators/exceptions.py
src/mock_vws/_query_validators/fields_validators.py
src/mock_vws/_query_validators/image_validators.py
src/mock_vws/_query_validators/include_target_data_validators.py
src/mock_vws/_query_validators/num_results_validators.py
src/mock_vws/_query_validators/project_state_validators.py
src/mock_vws/_requests_mock_server/__init__.py
src/mock_vws/_requests_mock_server/decorators.py
src/mock_vws/_requests_mock_server/mock_web_query_api.py
src/mock_vws/_requests_mock_server/mock_web_services_api.py
src/mock_vws/_services_validators/__init__.py
src/mock_vws/_services_validators/active_flag_validators.py
src/mock_vws/_services_validators/auth_validators.py
src/mock_vws/_services_validators/content_length_validators.py
src/mock_vws/_services_validators/content_type_validators.py
src/mock_vws/_services_validators/date_validators.py
src/mock_vws/_services_validators/exceptions.py
src/mock_vws/_services_validators/image_validators.py
src/mock_vws/_services_validators/json_validators.py
src/mock_vws/_services_validators/key_validators.py
src/mock_vws/_services_validators/metadata_validators.py
src/mock_vws/_services_validators/name_validators.py
src/mock_vws/_services_validators/project_state_validators.py
src/mock_vws/_services_validators/target_validators.py
src/mock_vws/_services_validators/width_validators.py
src/mock_vws/resources/deleted_target_matched_response.html
src/mock_vws/resources/oops_error_occurred_response.html
src/vws_python_mock.egg-info/PKG-INFO
src/vws_python_mock.egg-info/SOURCES.txt
src/vws_python_mock.egg-info/dependency_links.txt
src/vws_python_mock.egg-info/not-zip-safe
src/vws_python_mock.egg-info/requires.txt
src/vws_python_mock.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/mock_vws/__init__.py
tests/mock_vws/test_add_target.py
tests/mock_vws/test_authorization_header.py
tests/mock_vws/test_content_length.py
tests/mock_vws/test_database_summary.py
tests/mock_vws/test_date_header.py
tests/mock_vws/test_delete_target.py
tests/mock_vws/test_docker.py
tests/mock_vws/test_flask_app_usage.py
tests/mock_vws/test_get_duplicates.py
tests/mock_vws/test_get_target.py
tests/mock_vws/test_invalid_given_id.py
tests/mock_vws/test_invalid_json.py
tests/mock_vws/test_query.py
tests/mock_vws/test_requests_mock_usage.py
tests/mock_vws/test_target_list.py
tests/mock_vws/test_target_raters.py
tests/mock_vws/test_target_summary.py
tests/mock_vws/test_unexpected_json.py
tests/mock_vws/test_update_target.py
tests/mock_vws/fixtures/__init__.py
tests/mock_vws/fixtures/credentials.py
tests/mock_vws/fixtures/prepared_requests.py
tests/mock_vws/fixtures/vuforia_backends.py
tests/mock_vws/utils/__init__.py
tests/mock_vws/utils/assertions.py
tests/mock_vws/utils/retries.py
tests/mock_vws/utils/too_many_requests.py
tests/mock_vws/utils/usage_test_helpers.py