Metadata-Version: 2.1
Name: myair-py
Version: 0.1.2
Summary: API Client to interact with ResMed MyAir CPAP data
License: MIT
Author: Alex Silverman
Author-email: alex@silverswatch.com
Requires-Python: >=3.12,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: PyJWT (>=2.8.0,<3.0.0)
Requires-Dist: aiohttp (>=3.9.5,<4.0.0)
Requires-Dist: beautifulsoup4 (>=4.12.3,<5.0.0)
Requires-Dist: python-dotenv (>=1.0.0,<2.0.0)
Description-Content-Type: text/markdown

# resmed-py
Python client for interacting with ResMed MyAir API

This is a "soft" fork of the embedded client in a [repo by](https://github.com/prestomation/resmed_myair_sensors/) @Prestomation. 

## Known Issues

This integration was reversed engineered from the myAir website. There are no guarentees that this will continue to work, as this is up to the whims of ResMed. Please DO NOT rely on this for any health-related matters.

This integration currently only connects to the Americas and Europe. If you are in Asia, please open an issue and offer yourself as a test subject.

_This integration does not work if you selected France as your country during myAir registration!_
In France, ResMed enforces two-factor email-based authentication which is not yet supported by the integration.

You may workaround this issue by:
1. Unregistering your device from your French myAir account
1. Register a new account in a European country that is not France
1. Register your device with your new account
1. Wait until your first night(and the myAir website shows your data) before creating a configuration for this integration




