Metadata-Version: 2.1
Name: pyhomelink
Version: 0.2.0
Summary: Library for AICO HomeLINK
Home-page: https://github.com/RogerSelwyn/python_homelink
Author: Roger Selwyn
Author-email: roger.selwyn@users.noreply.github.com
Maintainer: RogerSelwyn
Maintainer-email: roger.selwyn@users.noreply.github.com
License: MIT
Keywords: AICO HomeLINK
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
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

[![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)
[![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/)
