Metadata-Version: 2.1
Name: aioeufyclean
Version: 0.4.0
Summary: Async library for Jellyfin
Author-email: John Carr <jc2k@users.noreply.github.com>
License: Apache-2.0
Platform: any
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Environment :: Console
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Python: >=3.11
Description-Content-Type: text/markdown
Requires-Dist: aiohttp
Requires-Dist: cryptography
Provides-Extra: test
Requires-Dist: codespell ==2.3.0 ; extra == 'test'
Requires-Dist: isort ==5.13.2 ; extra == 'test'
Requires-Dist: mypy ==1.10.0 ; extra == 'test'
Requires-Dist: pre-commit ==3.7.1 ; extra == 'test'
Requires-Dist: pre-commit-hooks ==4.6.0 ; extra == 'test'
Requires-Dist: pylint ==3.2.3 ; extra == 'test'
Requires-Dist: pytest ==8.2.2 ; extra == 'test'
Requires-Dist: pytest-aiohttp ==1.0.5 ; extra == 'test'
Requires-Dist: pytest-cov ==5.0.0 ; extra == 'test'
Requires-Dist: tomli ==2.0.1 ; extra == 'test'
Requires-Dist: ruff ==0.4.4 ; extra == 'test'

# aioeufyclean

This is a support library for controlling eufy robot vacuum cleaners over a local network connection.

This library is tested with a eufy Clean X8.

## Thanks

This wouldn't be possible without the work by Richard Mitchell (see https://github.com/mitchellrj/eufy_robovac) and its many forks. Thanks!
