Metadata-Version: 1.1
Name: lightpack
Version: 0.0.1
Summary: Controls Lightpack devices through a common Python API
Home-page: https://github.com/briancline/lightpack
Author: Brian Cline
Author-email: brian.cline@gmail.com
License: MIT
Description: Lightpack
        =========
        .. image:: https://landscape.io/github/briancline/lightpack/master/landscape.png
            :target: https://landscape.io/github/briancline/lightpack/master
        
        .. image:: https://api.travis-ci.org/briancline/lightpack.png
            :target: https://travis-ci.org/briancline/lightpack
        
        .. image:: https://badge.fury.io/py/lightpack.png
            :target: http://badge.fury.io/py/lightpack
        
        A simple Python library to control Lightpack devices through various controller
        APIs. Uses drivers for various software controllers that control the hardware
        directly, beginning with the simple API for Prismatik.
        
        
        Requirements
        ------------
        * Python 2.7 or Python 3.3
        * Patience
        
        License
        -------
        Licensed under the MIT license. See the LICENSE file.
        
Keywords: lightpack api
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: Natural Language :: English
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: Unix
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.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Topic :: Home Automation
