Metadata-Version: 1.1
Name: django-hautomation
Version: 1.0.7
Summary: A Django app which provides a REST API for home automation
Home-page: http://blog.digitalhigh.es
Author: Javier Pardo Blasco(jpardobl)
Author-email: jpardo@digitalhigh.es
License: BSD License
Description: django-hautomation
        ==================
        
        REST API to control home automation deployments coded as Django apps
        
        
        Django Home Automation is a set of Django apps which provides a REST API meant to
        control home automation devices. It also provides a modular framework for
        developing home automation drivers to enable more protocolos to be drived by this project.
        
        The application by it self wont be enable to manage any home automation protocol
        You need to install any protocol module to do this.
        
        For example you can use https://github.com/jpardobl/hautomation_x10 to
        manage X10 devices.
        
        
        Further documentation found at http://jpardobl.com/home-automation-python-project/
        
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Home Automation
