Metadata-Version: 2.1
Name: athom-api
Version: 1.0.0
Summary: A python module for accessing the Athom Web-API for use with the Athom Homey
Home-page: https://github.com/rkokkelk/python-athom-api
Author: Roy K
Author-email: rkokk@protonmail.com
License: GPLv3
Description: # python-athom-api
        Python module for acessing the Athom Homey Web-API
        
        [![Build Status](https://travis-ci.org/rkokkelk/python-athom-api.svg?branch=master)](https://travis-ci.org/rkokkelk/python-athom-api)
        [![Maintainability](https://api.codeclimate.com/v1/badges/dc8aed8d644968e69728/maintainability)](https://codeclimate.com/github/rkokkelk/python-athom-api/maintainability)
        [![Test Coverage](https://api.codeclimate.com/v1/badges/dc8aed8d644968e69728/test_coverage)](https://codeclimate.com/github/rkokkelk/python-athom-api/test_coverage)
        
        # API Documentation
        
        This API implementation follows the same naming convention as the official Javascript API client. So for usage see:
        * [https://api.developer.athom.com/](https://api.developer.athom.com/)
        
        ## API coverage
        
        Currently the following managers are implemented:
        
        * [Apps](https://api.developer.athom.com/HomeyAPI.ManagerApps.html)
        * [Devices](https://api.developer.athom.com/HomeyAPI.ManagerDevices.html)
        * [Sessions](https://api.developer.athom.com/HomeyAPI.ManagerSessions.html)
        * [speechInput](https://api.developer.athom.com/HomeyAPI.ManagerSpeechInput.html)
        * [speechOutput](https://api.developer.athom.com/HomeyAPI.ManagerSpeechOutput.html)
        * [Users](https://api.developer.athom.com/HomeyAPI.ManagerUsers.html)
        
        ## API usage
        
        See the examples directory.
        
Keywords: API athom homey
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Home Automation
Description-Content-Type: text/markdown
