Metadata-Version: 1.1
Name: mremote
Version: 0.1.3
Summary: Generic LIRC web controller
Home-page: https://github.com/XayOn/mremote
Author: David Francos Cuartero
Author-email: me@davidfrancos.net
License: BSD
Description: ===============================
        Mremote
        ===============================
        
        .. image:: https://img.shields.io/travis/XayOn/mremote.svg
                :target: https://travis-ci.org/XayOn/mremote
        
        .. image:: https://img.shields.io/pypi/v/mremote.svg
                :target: https://pypi.python.org/pypi/mremote
        
        
        Simple multi-remote web interface for LIRC setups.
        This requires a fully configured lirc setup, and can handle multiple controllers (I currently have four).
        
        * Free software: BSD license
        * Documentation: https://mremote.readthedocs.org.
        
        
        Requires installing scipy, wich requires numpy, so you must install 
        
        ::
        
        	apt-get install liblas-dev liblapack-dev
        
        Features
        --------
        
        * Web interface emulating the full remote control
        * Simple API enabling RestTasker control
        
        
        
        
        History
        -------
        
        0.1.0 (2015-05-18)
        ---------------------
        
        * First release on PyPI.
        
Keywords: mremote
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
