LICENSE
README.md
pyproject.toml
capa/__init__.py
capa/_version.py
capa/py.typed
capa/_internal/__init__.py
capa/_internal/adaptive_quality_system.py
capa/_internal/continuous_improvement_system.py
capa/_internal/intelligent_landmark_system.py
capa/_internal/measurement_calibrator.py
capa/_internal/pose_validation_system.py
capa/_internal/suppress_warnings.py
capa/_internal/validation_standards.py
capa/analyzers/__init__.py
capa/analyzers/core_analyzer.py
capa/analyzers/multi_angle_analyzer.py
capa/analyzers/results_integrator.py
capa/biometric/__init__.py
capa/biometric/face_matcher.py
capa/biometric/liveness.py
capa/biometric/types.py
capa/continuous_auth/__init__.py
capa/continuous_auth/system.py
capa/continuous_auth/types.py
capa/deepfake/__init__.py
capa/deepfake/detector.py
capa/deepfake/types.py
capa/interpretation/__init__.py
capa/interpretation/base_interpreter.py
capa/interpretation/canons_interpreter.py
capa/interpretation/forehead_interpreter.py
capa/interpretation/morphology_interpreter.py
capa/interpretation/results_interpreter.py
capa/interpretation/wd_interpreter.py
capa/kyc/__init__.py
capa/kyc/document.py
capa/kyc/pipeline.py
capa/kyc/types.py
capa/modules/__init__.py
capa/modules/ear_detector.py
capa/modules/forehead_analyzer.py
capa/modules/identity_verifier.py
capa/modules/morphology_analyzer.py
capa/modules/neoclassical_canons.py
capa/modules/profile_analyzer.py
capa/modules/wd_analyzer.py
capa_sdk.egg-info/PKG-INFO
capa_sdk.egg-info/SOURCES.txt
capa_sdk.egg-info/dependency_links.txt
capa_sdk.egg-info/requires.txt
capa_sdk.egg-info/top_level.txt
tests/test_canon_fixes.py
tests/test_canons_fidelity.py
tests/test_continuous_auth.py
tests/test_core_analyzer.py
tests/test_deepfake.py
tests/test_face_matcher.py
tests/test_forehead_fidelity.py
tests/test_kyc.py
tests/test_landmark_detectors.py
tests/test_liveness.py
tests/test_modules.py
tests/test_morphology_fidelity.py
tests/test_morphology_fixes.py
tests/test_morphology_taxonomy.py
tests/test_multi_angle.py
tests/test_wd_fixes.py