Metadata-Version: 1.1
Name: remotefreebox
Version: 0.2
Summary: A Python module to control a Freebox v6 remotely
Home-page: https://github.com/MaximeCheramy/remotefreebox
Author: Maxime Chéramy and Francois Guibert
Author-email: maxime.cheramy@gmail.com
License: BSD
Description: remotefreebox
        =============
        
        Python library for the Freebox network-based input API (rudp, foil). The code is based from the C implementation available at https://github.com/fbx/ .
        
        The documentation of the protocol is available here: http://dev.freebox.fr/sdk/
        
        ## Usage
        
        Use the class FreeboxController, that automatically look for the network for a freebox.
        Then, use the press method to simulate a key press.
        
            from remotefreebox.freeboxcontroller import FreeboxController
        
            fbx = FreeboxController()
            fbx.press("Chan+")
        
Keywords: freebox remote control rudp hid
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
