Metadata-Version: 1.1
Name: tellive-py
Version: 0.1.0
Summary: Python wrapper for connecting to Telldus Live
Home-page: https://github.com/erijo/tellive-py
Author: Erik Johansson
Author-email: erik@ejohansson.se
License: GPLv3+
Description: Python wrapper for Telldus Live
        ===============================
        
        .. image:: https://badge.fury.io/py/tellive-py.png
            :target: https://pypi.python.org/pypi/tellive-py/
        
        .. image:: https://secure.travis-ci.org/erijo/tellive-py.png?branch=master
            :target: http://travis-ci.org/erijo/tellive-py
        
        tellive-py is a Python wrapper for `Telldus Live <http://live.telldus.com/>`_,
        "a user friendly service for automating your TellStick connected gear using the
        Internet".
        
        * Official home page: https://github.com/erijo/tellive-py
        * Python package index: https://pypi.python.org/pypi/tellive-py
        
        Please report any problem as a `GitHub issue report
        <https://github.com/erijo/tellive-py/issues/new>`_.
        
        Features
        --------
        
        * Includes the script `tellive_core_connector
          <https://github.com/erijo/tellive-py/blob/master/bin/tellive_core_connector>`_
          for connecting a e.g. a Tellstick Duo to Telldus Live without needing Telldus
          Center. Supports both devices and sensors.
        * Open source (`GPLv3+
          <https://github.com/erijo/tellive-py/blob/master/LICENSE.txt>`_).
        
        Requirements
        ------------
        
        * Python 3.2+
        * `tellcore-py <https://github.com/erijo/tellcore-py>`_
        
        Installation
        ------------
        
        .. code-block:: bash
        
            $ pip install tellive-py
        
        Example
        -------
        
        .. code-block:: bash
        
            $ tellive_core_connector ~/.config/tellive.conf
        
        
        Changelog
        =========
        
        0.1.0 (2014-01-28)
        ------------------
        
        * Initial release
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Topic :: Home Automation
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires: tellcore (>= 1.0)
Provides: tellive
