Metadata-Version: 1.1
Name: itachip2ir
Version: 1.2.0
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: Contribute!, https://github.com/thehappydinoa/itachip2ir/pulls
Project-URL: Follow Me!, https://twitter.com/thehappydinoa/
Project-URL: Bug Reports, https://github.com/thehappydinoa/itachip2ir/issues
Project-URL: Say Thanks!, http://saythanks.io/to/thehappydinoa
Description: itachip2ir v1.2.0
        =================
        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
        
        	blueray_commands = {
                "toggle_power": ""
            }
          itach = iTach(ip="localhost", port=4998)
          blueray = itach.add(VirtualDevice(
              name="blueray", commands=blueray_commands))
          print(stereo.send_command("on"))
        
        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
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
