Metadata-Version: 1.2
Name: itachip2ir
Version: 1.1.3
Summary: A small Python module for interacting with the Global Cache iTach WF2IR or IP2IR
Home-page: https://github.com/thehappydinoa/itachip2ir
Author: Aidan Holland (thehappydinoa)
Author-email: thehappydinoa@gmail.com
License: UNKNOWN
Project-URL: Source, https://github.com/thehappydinoa/itachip2ir/
Project-URL: Bug Reports, https://github.com/thehappydinoa/itachip2ir/issues
Project-URL: Say Thanks!, http://saythanks.io/to/thehappydinoa
Description-Content-Type: UNKNOWN
Description: itachip2ir v1.1.3
        =================
        A small Python module for interacting with the Global Caché iTach WF2IR or IP2IR
        
        How To Use
        =================
        .. code-block:: python
        
        	from itachip2ir import iTach, device
        
        	itach = iTach("Tester iTach ip2ir", "192.168.1.12")
        	blueray = device("Blueray Player", itach)
        	blueray.set_command("toggle_power", "sendir,1:3,1,40192,1,1,97,23,49,23,25,23,49,23,25,23,49,23,25,23,25,23,25,23,49,23,25,23,49,23,49,23,25,23,49,23,25,23,25,23,25,23,49,23,49,23,49,529,96,23,49,23,25,23,49,23,25,23,49,23,25,23,25,23,25,23,49,23,25,23,49,23,49,23,25,23,49,23,25,23,25,23,25,23,49,23,49,23,49,528,96,23,49,23,25,23,49,23,25,23,49,23,25,23,25,23,25,23,49,23,25,23,49,23,49,23,25,23,49,23,25,23,25,23,25,23,49,23,49,23,49,553,97,23,49,23,25,23,49,23,25,23,49,23,25,23,25,23,25,23,49,23,25,23,49,23,49,23,25,23,49,23,25,23,25,23,25,23,49,23,49,23,49,554,97,23,49,23,25,23,49,23,25,23,49,23,25,23,25,23,25,23,49,23,25,23,49,23,49,23,25,23,49,23,25,23,25,23,25,23,49,23,49,23,49,554,97,23,49,23,25,23,49,23,25,23,49,23,25,23,25,23,25,23,49,23,25,23,49,23,49,23,25,23,49,23,25,23,25,23,25,23,49,23,49,23,49,554,97,23,49,23,25,23,49,23,25,23,49,23,25,23,25,23,25,23,49,23,25,23,49,23,49,23,25,23,49,23,25,23,25,23,25,23,49,23,49,23,49,4000")
        	blueray.send_commands("toggle_power", 3)
        
        Check the examples folder for more
        
        `The source for this project is available here
        <https://github.com/thehappydinoa/itachip2ir>`_.
        
Keywords: itach ip2ir Global Cache
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
