Metadata-Version: 2.1
Name: pyhomelink
Version: 0.2.1
Summary: Library for AICO HomeLINK
Author-email: Roger Selwyn <roger.selwyn@users.noreply.github.com>
Maintainer-email: Roger Selwyn <roger.selwyn@users.noreply.github.com>
License: MIT License
        
        Copyright (c) 2023 RogerSelwyn
        
        Permission is hereby granted, free of charge, to any person obtaining a copy
        of this software and associated documentation files (the "Software"), to deal
        in the Software without restriction, including without limitation the rights
        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
        copies of the Software, and to permit persons to whom the Software is
        furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all
        copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
        SOFTWARE.
        
Project-URL: Documentation, https://rogerselwyn.github.io/python_homelink/
Project-URL: Repository, https://github.com/RogerSelwyn/python_homelink
Project-URL: Issues, https://github.com/RogerSelwyn/python_homelink/issues
Project-URL: Changelog, https://github.com/RogerSelwyn/python_homelink/blob/main/CHANGELOG.md
Keywords: AICO HomeLINK,AICO,HomeLINK,Alarm
Platform: any
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Topic :: Home Automation
Classifier: Topic :: Software Development :: Libraries
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.11
Classifier: Operating System :: OS Independent
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: aiohttp>=3.8.5
Provides-Extra: test
Requires-Dist: tomli==2.2.0; extra == "test"

[![CodeFactor](https://www.codefactor.io/repository/github/rogerselwyn/python_homelink/badge)](https://www.codefactor.io/repository/github/rogerselwyn/python_homelink)
[![CodeQL](https://github.com/RogerSelwyn/python_homelink/actions/workflows/github-code-scanning/codeql/badge.svg)](https://github.com/RogerSelwyn/python_homelink/actions/workflows/github-code-scanning/codeql) [![Python tests](https://github.com/RogerSelwyn/python_homelink/actions/workflows/test.yaml/badge.svg)](https://github.com/RogerSelwyn/python_homelink/actions/workflows/test.yaml)
[![Libraries.io dependency status for latest release](https://img.shields.io/librariesio/release/pypi/pyhomelink)](https://libraries.io/pypi/pyhomelink)

![GitHub release](https://img.shields.io/github/v/release/RogerSelwyn/python_homelink) [![maintained](https://img.shields.io/maintenance/yes/2024.svg)](#)
[![maintainer](https://img.shields.io/badge/maintainer-%20%40RogerSelwyn-blue.svg)](https://github.com/RogerSelwyn)
![PyPI - Status](https://img.shields.io/pypi/status/pyhomelink)
[![PyPI](https://img.shields.io/pypi/v/pyhomelink)](https://pypi.org/project/pyhomelink/)
[![GitHub](https://img.shields.io/github/license/rogerselwyn/python_homelink)](https://github.com/RogerSewlwyn/python_homelink/blob/main/LICENSE)


# python_homelink
Python library for accessing AICO HomeLINK services.

**Note:-** This library requires Python 3.11.

## Introduction

This library enables access to the AICO HomeLINK API for retrieving the following items:
* Property
* Devices
* Alerts
* Insights
* Lookups
* Readings

### [Buy Me A ~~Coffee~~ Beer 🍻](https://buymeacoffee.com/rogtp)
I work on this library because I like things to work well for myself and others, and for it to deliver as much as is achievable with the API. Please don't feel you are obligated to donate, but of course it is appreciated.

# Documentation

The full documentation is available here - [python_homelink Documentation](https://rogerselwyn.github.io/python_homelink/)
