Metadata-Version: 2.1
Name: pysmartapp
Version: 0.3.3
Summary: A python library for building a SmartThings SmartApp
Home-page: https://github.com/andrewsayre/pysmartapp
Author: Andrew Sayre
Author-email: andrew@sayre.net
License: MIT
Description: # pysmartapp
        [![Build Status](https://travis-ci.org/andrewsayre/pysmartapp.svg?branch=master)](https://travis-ci.org/andrewsayre/pysmartapp)
        [![Coverage Status](https://coveralls.io/repos/github/andrewsayre/pysmartapp/badge.svg?branch=master)](https://coveralls.io/github/andrewsayre/pysmartapp?branch=master)
        [![image](https://img.shields.io/pypi/v/pysmartapp.svg)](https://pypi.org/project/pysmartapp/)
        [![image](https://img.shields.io/pypi/pyversions/pysmartapp.svg)](https://pypi.org/project/pysmartapp/)
        [![image](https://img.shields.io/pypi/l/pysmartapp.svg)](https://pypi.org/project/pysmartapp/)
        [![image](https://img.shields.io/badge/Reviewed_by-Hound-8E64B0.svg)](https://houndci.com)
        
        A python implementation of the WebHook-based [SmartThings SmartApp](https://smartthings.developer.samsung.com/develop/guides/smartapps/basics.html) that uses asyncio and the dispatcher pattern to notify callbacks (coroutines or functions) of SmartApp lifecycle events.
Keywords: smartthings,smartapp
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Home Automation
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown
