Metadata-Version: 1.1
Name: hachi
Version: 0.5
Summary: XBee API
Home-page: https://github.com/Diaoul/hachi
Author: Antoine Bertin
Author-email: diaoulael@gmail.com
License: Copyright 2013 Antoine Bertin

   Licensed under the Apache License, Version 2.0 (the "License");
   you may not use this file except in compliance with the License.
   You may obtain a copy of the License at

     http://www.apache.org/licenses/LICENSE-2.0

   Unless required by applicable law or agreed to in writing, software
   distributed under the License is distributed on an "AS IS" BASIS,
   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
   See the License for the specific language governing permissions and
   limitations under the License.

Description: Hachi: XBee API
        ===============
        
        .. image:: https://travis-ci.org/Diaoul/hachi.png?branch=master
            :target: https://travis-ci.org/Diaoul/hachi
        
        .. image:: https://coveralls.io/repos/Diaoul/hachi/badge.png
            :target: https://coveralls.io/r/Diaoul/hachi
        
        Hachi is an `Apache2 Licensed <http://opensource.org/licenses/Apache-2.0>`_ Python library to interact with XBees.
        
        
        `Documentation <https://hachi.readthedocs.org/>`_, hosted on readthedocs.org
        
        History
        =======
        
        0.5
        ---
        **release date:** 2013-08-08
        
        * Add supply_voltage property to ZBIoSampleResponse
        * Add a requirements file
        * Add extras in setup
        * Improve coverage
        
        0.4
        ---
        **release date:** 2013-07-18
        
        * Remove frame id attribute in ZBRxResponse
        
        0.3
        ---
        **release date:** 2013-07-16
        
        * Python 2.7.3 fixes
        
        0.2
        ---
        **release date:** 2013-07-16
        
        * Python 3 fixes
        
        0.1
        ---
        **release date:** 2013-07-16
        
        * First release
        
Keywords: xbee api zigbee
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.3
Classifier: Topic :: Software Development :: Libraries :: Python Modules
