Metadata-Version: 2.1
Name: qldsdk-serial
Version: 0.1.0
Summary: SDK for quanlan device with serial communication
Home-page: https://github.com/hehuajun/qlsdk
Author: hehuajun
Author-email: hehuajun@eegion.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: Microsoft :: Windows :: Windows 10
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: loguru>=0.7.3
Requires-Dist: numpy>=1.23.5
Requires-Dist: bitarray>=1.5.3
Requires-Dist: pyserial>=3.5.0
Requires-Dist: pyedflib>=0.1.42
Requires-Dist: scipy>=1.10.1
Provides-Extra: dev
Requires-Dist: pytest>=6.0; extra == "dev"
Requires-Dist: twine>=3.0; extra == "dev"

## 1. 项目名称
   qldsdk-serial

## 2. 项目说明

qldsdk-serial 是一个功能完整的脑电设备控制和数据采集工具包，采用模块化设计，支持多种设备类型和功能。通过工厂模式和接口定义，实现了设备的统一管理和扩展。系统架构清晰，核心功能完善，为脑电设备的使用提供了便捷的编程接口。

该SDK不仅支持基本的数据采集和存储功能，还提供了丰富的刺激控制选项，满足不同实验场景的需求。未来通过完善接口定义、增强错误处理、添加更多设备支持等方式进一步提升系统的稳定性和可扩展性。
