Metadata-Version: 2.1
Name: pyalarmdotcomajax
Version: 0.1.5
Summary: Python Interface for Alarm.com
Home-page: http://github.com/uvjustin/pyalarmdotcomajax/
Author: Justin Wong
Author-email: 46082645+uvjustin@users.noreply.github.com
License:  
Description: Alarm.com Python Library
        ===============================
        
        version number: 0.1.5
        author: Justin Wong
        
        Overview
        --------
        
        A simple library to interface with Alarm.com using AJAX.
        Forked from Daren Lord's pyalarmdotcom. Mainly built for use with Home-Assistant.
        
        Installation / Usage
        --------------------
        
        To install use pip:
        
            $ pip install pyalarmdotcomajax
        
        
        Or clone the repo:
        
            $ git clone https://github.com/uvjustin/pyalarmdotcomajax.git
            $ python setup.py install
            
        Contributing
        ------------
        
        TBD
        
        Example
        -------
        
        TBD
        
        
Platform: any
Classifier: Programming Language :: Python
Classifier: Development Status :: 3 - Alpha
Classifier: Natural Language :: English
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Description-Content-Type: text/markdown
