Metadata-Version: 2.4
Name: xy_health_measurement_sdk
Version: 2.2.9
Summary: 小阳心健康测量SDK
Author-email: Colin Chang <zhangcheng@xymind.cn>
Keywords: 健康测量,生理测量,情绪测量,健康风险,小阳科技
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: <=3.11,>=3.9
Description-Content-Type: text/markdown
Requires-Dist: blinker==1.7.0
Requires-Dist: numpy==1.26.4
Requires-Dist: opencv-python-headless==4.9.0.80
Requires-Dist: mediapipe==0.10.30
Requires-Dist: xy-health-measurement-sdk-configuration==1.0.3
Requires-Dist: xy-signalrcore==1.0.1

# 小阳心健康测量SDK

- [使用手册](https://measurement.xymind.cn/docs/sdk/python.html)

- [示例程序](https://github.com/xiaoyang-tech/measurement-python-client)

## 运行环境说明

自SDK >=2.2 版本起引入了部分C++库，这些库对OS环境和其自身依赖包可能存在较为严格的版本要求。

### 本地运行

如需本体环境调试，推荐版本如下：

- 运行平台
  - OS: Ubuntu 22.04 +
  - CPU: x86_64
- 依赖包
  - google protobuf 3.19.6
  - opencv 4.5.4

### Docker运行

当前SDK运行环境也提供了Docker镜像，具体用法可以参考[示例程序](https://github.com/xiaoyang-tech/measurement-python-client)。
