Metadata-Version: 1.1
Name: arwn
Version: 1.2.0
Summary: Collect 433Mhz weather sensor data and publish to mqtt
Home-page: https://github.com/sdague/arwn
Author: Sean Dague
Author-email: sean@dague.net
License: Apache 2
Description: ===============================
        Ambient Radio Weather Network
        ===============================
        
        .. image:: https://img.shields.io/pypi/v/arwn.svg
                :target: https://pypi.python.org/pypi/arwn
        
        .. image:: https://img.shields.io/travis/sdague/arwn.svg
                :target: https://travis-ci.org/sdague/arwn
        
        ..
           .. image:: https://readthedocs.org/projects/arwn/badge/?version=latest
                   :target: https://readthedocs.org/projects/arwn/?badge=latest
                   :alt: Documentation Status
        
        
        Collect 433Mhz weather sensor data and publish to mqtt.
        
        This software is designed to use an rfxcom usb receiver and relay the
        data found on it over an mqtt bus so that it can be consumed by other
        software, such as Home Assistant.
        
        It also provides a mechanism for reporting the weather data to Weather
        Underground.
        
        
        * Free software: Apache license
        ..
           * Documentation: https://arwn.readthedocs.org.
        
        TODO
        ----
        
        * User documentation
        
        Credits
        ---------
        
        Sean Dague
        
        
        =======
        History
        =======
        
        1.2.0 (2016-10-30)
        ------------------
        * Fix version number handling
        * Be more robust to unexpected rfxcom packets
        
        1.1.0 (2016-10-12)
        ------------------
        
        * first stable release
        
        0.1.0 (2016-1-22)
        ------------------
        
        * First release on PyPI.
        
Keywords: arwn
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
