xRite/ ├── dlls/ # xRite SDK DLL files (64-bit) │ └── i1Pro64.dll ├── include/ # SDK header files │ ├── i1Pro.h │ └── MeasurementConditions.h ├── src/xRite/ # Python package │ ├── __init__.py │ ├── ...
Python v3.12 or greater. The SDK uses httpx.Timeout for timeout configuration. By default, requests have a timeout of 60 seconds with a 5 second connection timeout. The SDK automatically retries ...