Metadata-Version: 2.4
Name: emay-sleepo2
Version: 1.0.1
Summary: BLE client and CSV parser for the EMAY SleepO2 pulse oximeter
Author: Ground Effect Software, LLC
License: MIT
Project-URL: Homepage, https://github.com/chenders/emay-sleepo2
Project-URL: Repository, https://github.com/chenders/emay-sleepo2
Project-URL: Issues, https://github.com/chenders/emay-sleepo2/issues
Project-URL: Specification, https://github.com/chenders/emay-sleepo2/blob/main/spec.md
Keywords: emay,sleepo2,pulse-oximeter,spo2,ble,bluetooth,health,medical,oximetry,wearable
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Healthcare Industry
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Scientific/Engineering :: Medical Science Apps.
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Provides-Extra: ble
Requires-Dist: bleak>=0.22; extra == "ble"
Provides-Extra: csv
Provides-Extra: dev
Requires-Dist: pytest; extra == "dev"
Requires-Dist: ruff; extra == "dev"
Provides-Extra: all
Requires-Dist: bleak>=0.22; extra == "all"
Requires-Dist: pytest; extra == "all"
Requires-Dist: ruff; extra == "all"
