Metadata-Version: 2.1
Name: affectivecloud
Version: 1.1.0
Summary: AffectiveCloud Python SDK
Home-page: https://github.com/Entertech/Enter-Affectivecloud-PC-SDK.git
Author: Lockey
Author-email: chenyitao@entertech.cn
License: Entertech
Platform: UNKNOWN
Classifier: Natural Language :: Chinese (Simplified)
Classifier: Development Status :: 4 - Beta
Classifier: Framework :: AsyncIO
Classifier: Intended Audience :: Developers
Classifier: Operating System :: Microsoft :: Windows :: Windows 10
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: Implementation :: CPython
Description-Content-Type: text/markdown
License-File: LICENSE

# Enter Affective Cloud SDK For PC

## 简介

Enter Affective Cloud SDK For PC 是[回车科技](https://www.entertech.cn/)提供的，适配回车科技蓝牙芯片及情感云平台的 PC 端 SDK。本 SDK 使用 Python 语言开发，可以在 macOS、Linux、Win 下运行。

## 安装

`pip install affectivecloud`

## 功能

1. 接入蓝牙数据（[enterble](https://github.com/Entertech/Enter-Biomodule-BLE-PC-SDK)）
2. 连接情感云服务器
3. 调用情感计算服务
4. 接收情感计算服务数据

## 使用

查看 [examples](https://github.com/Entertech/Enter-AffectiveCloud-PC-SDK/tree/main/examples)

- [simple](https://github.com/Entertech/Enter-AffectiveCloud-PC-SDK/tree/main/examples/simple.py)
- [headband Demo](https://github.com/Entertech/Enter-AffectiveCloud-PC-SDK/tree/main/examples/headband_relatime_demo.py)
- [headband Demo GUI Version](https://github.com/Entertech/Enter-AffectiveCloud-PC-SDK/tree/main/examples/headband_relatime_gui_demo.py)


