Metadata-Version: 2.4 Name: sharkiq Version: 1.5.0 Summary: Python API for Shark IQ robots Author: sharkiqlibs Maintainers License-Expression: MIT Project-URL: Homepage, https://github.com/sharkiqlibs/sharkiq Project-URL: Repository, https://github.com/sharkiqlibs/sharkiq Project-URL: Issues, https://github.com/sharkiqlibs/sharkiq/issues Classifier: Programming Language :: Python :: 3 Classifier: Programming Language :: Python :: 3.9 Classifier: Programming Language :: Python :: 3.10 Classifier: Programming Language :: Python :: 3.11 Classifier: Programming Language :: Python :: 3.12 Classifier: Programming Language :: Python :: 3.13 Requires-Python: >=3.9 Description-Content-Type: text/markdown License-File: LICENSE Requires-Dist: aiohttp>=3.8.1 Requires-Dist: auth0-python>=4.10.0 Requires-Dist: requests>=2.27.1 Provides-Extra: test Requires-Dist: pytest==8.4.2; extra == "test" Requires-Dist: pytest-asyncio==1.2.0; extra == "test" Requires-Dist: pytest-cov==7.0.0; extra == "test" Provides-Extra: dev Requires-Dist: pytest==8.4.2; extra == "dev" Requires-Dist: pytest-asyncio==1.2.0; extra == "dev" Requires-Dist: pytest-cov==7.0.0; extra == "dev" Requires-Dist: build==1.3.0; extra == "dev" Dynamic: license-file [![codecov](https://codecov.io/gh/sharkiqlibs/sharkiq/graph/badge.svg?token=DO96BWVXA7)](https://codecov.io/gh/sharkiqlibs/sharkiq) [![PyPI](https://img.shields.io/pypi/v/sharkiq)](https://pypi.org/project/sharkiq/) [![PyPI - Downloads](https://img.shields.io/pypi/dm/sharkiq)](https://pypi.org/project/sharkiq/) [![GitHub](https://img.shields.io/github/license/sharkiqlibs/sharkiq)](https://github.com/sharkiqlibs/sharkiq) [![Documentation](https://img.shields.io/badge/Documentation-2c3e50)](https://sharkiqlibs.github.io/sharkiq/) # sharkiq Unofficial SDK for Shark IQ robot vacuums, designed primarily to support an integration for [Home Assistant](https://www.home-assistant.io/). This library is heavily based off of [sharkiq](https://github.com/ajmarks/sharkiq) by [@ajmarks](https://github.com/ajmarks), with a few minor changes to allow it to work on newer versions of the Shark API. ## Installation ```bash pip install sharkiq ``` ## Usage Examples can be found in the [examples directory](examples/). ## Documentation You can view the latest documentation [here](https://sharkiqlibs.github.io/sharkiq/). ## TODOs: * Add support for mapping * Once we have mapping, it may be possible to use the RSSI property combined with an increased update frequency to generate a wifi strength heatmap. Kind of orthogonal to the main purpose, but I really want to do this. ## License [MIT](https://choosealicense.com/licenses/mit/)