{ "info": { "author": "Dimitri Gence", "author_email": "dmgnx@users.noreply.github.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: MacOS", "Operating System :: POSIX", "Operating System :: Unix", "Programming Language :: Python :: 3", "Topic :: Home Automation", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "python-luup - Interact with Luup API\n====================================\n\nPython-luup library allow you to interact with the Luup API from your Vera Controller. It provides \ninterface for most Luup requests and an EventLoop to monitor changes and job asynchronously.\n\nInstallation\n------------\n\nThe latest stable version can be installed using\n\n\t$ pip install python-luup\n\nUsage\n-----\n\n\t>>> import luup\n\t>>> luupc = luup.Client('http://127.0.0.1/port_3480/')\n\t>>> evtl = luup.EventLoop(luupc)\n\t>>> def print_device(self, device):\n\t...\t\tprint(device)\n\t...\n\t>>> evtl.on_device_change = print_device\n\t>>> evtl.loop_start() # Now monitoring every device changes \n\t>>> luupc.action(3, 'urn:upnp-org:serviceId:SwitchPower1', 'SetTarget', dict(newTargerValue=1))\n\nSee help(luup) for more usage examples", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/dmgnx/python-luup", "keywords": "python vera luup event home automation zwave", "license": "BSD-2-Clause", "maintainer": null, "maintainer_email": null, "name": "python-luup", "package_url": "https://pypi.org/project/python-luup/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/python-luup/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/dmgnx/python-luup" }, "release_url": "https://pypi.org/project/python-luup/0.0.1/", "requires_dist": null, "requires_python": null, "summary": "Interact with the Luup API from your Vera Controller", "version": "0.0.1" }, "last_serial": 2660642, "releases": { "0.0.1": [] }, "urls": [] }