Metadata-Version: 1.1
Name: thingamon
Version: 0.2.2
Summary: AWS MQTT IoT Thing monitor
Home-page: https://github.com/mgk/thingamon/blob/master/README.md
Author: Michael Keirnan
Author-email: michael@keirnan.com
License: MIT
Description: 
        |Build Status| |Coverage Status| |Downloads|
        
        thingamon
        =========
        
        `thingamon`_ is a library for working with AWS IoT Things using MQTT. See
        `thingpin`_ for an example application that uses a Raspberry Pi as a door
        sensor reporting to AWS IoT.
        
        Installation
        ============
        
        .. code::
        
            pip install thingamon
        
        Usage
        =====
        
        `See Documentation for details`_
        
        .. _See Documentation for details: https://github.com/mgk/thingamon/blob/master/README.md
        
        .. _thingpin: https://github.com/mgk/thingpin
        
        .. |Build Status| image:: https://travis-ci.org/mgk/thingamon.svg?branch=master
           :target: https://travis-ci.org/mgk/thingamon
        .. |Coverage Status| image:: https://coveralls.io/repos/mgk/thingamon/badge.svg?branch=master&service=github
           :target: https://coveralls.io/github/mgk/thingamon?branch=master
        .. |Downloads| image:: https://img.shields.io/pypi/dm/thingamon.svg
           :target: https://pypi.python.org/pypi/thingamon
        
Keywords: aws iot mqtt sensor
Platform: any
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Topic :: Home Automation
Classifier: Topic :: Internet
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Scientific/Engineering
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
