{ "info": { "author": "Alan Fischer", "author_email": "alan@lightningtoads.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Topic :: Home Automation" ], "description": "RFOutlet library\n------------------\n\nA Raspberry PI C++ library with python bindings for controlling Holiday Time RF outlets.\n\nIt needs a 315 MHz transmitter module hooked up to a GPIO pin.\n\nThe outlets are specified with a board revision, channel, and outlet number.\n\nIf unsure of the board revision, try REV2 and REV3.\n\nDependencies\n------------\n - CMake 2.8 or Python 2 or 3\n\nHow to use\n----------\n - Executable command line interface for sending one shot on/off commands\n .. code-block::\n\n ./rfoutlet [gpio-pin] [product-revision] [channel] [number] [on/off]\n\n - Python object\n .. code-block:: python\n\n import pyrfoutlet\n import logging\n\n logging.basicConfig(level=logging.INFO) # Get log messages from pyrfoutlet\n\n pin = 4\n rfoutlet = pyrfoutlet.RFOutlet(pin)\n\n product = pyrfoutlet.parseProduct(\"REV3\")\n channel = \"F\"\n outlet = 1\n rfoutlet.setState(product,channel,outlet,True)\n\nLicense\n-------\n - MIT License\n\nAny questions please contact: alan@lightningtoads.com\n", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/alanfischer/rfoutlet", "keywords": "rf outlet", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "pyrfoutlet", "package_url": "https://pypi.org/project/pyrfoutlet/", "platform": "", "project_url": "https://pypi.org/project/pyrfoutlet/", "project_urls": { "Homepage": "https://github.com/alanfischer/rfoutlet" }, "release_url": "https://pypi.org/project/pyrfoutlet/0.0.2/", "requires_dist": null, "requires_python": "", "summary": "A library for controlling Holiday Time rf outlets", "version": "0.0.2" }, "last_serial": 3521053, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "582e89a0748323767b7cc5138329716e", "sha256": "867bcbbaf3f09220258f42c3525e4e9f8d3500c4d6d645358365e332272e704e" }, "downloads": -1, "filename": "pyrfoutlet-0.0.1.tar.gz", "has_sig": false, "md5_digest": "582e89a0748323767b7cc5138329716e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7619, "upload_time": "2017-01-26T04:31:46", "url": "https://files.pythonhosted.org/packages/17/ec/d9f5e9809d22b06c0453c6b0930f529df7f45143ec7a46bd10f50860ae5d/pyrfoutlet-0.0.1.tar.gz" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "ad80ffda192911d64952bdbadfbf3ba6", "sha256": "4bb129fa9db7823df7dcbf2e65e682fefc6c51df58f2988dacc50eb4ebad051b" }, "downloads": -1, "filename": "pyrfoutlet-0.0.2.tar.gz", "has_sig": false, "md5_digest": "ad80ffda192911d64952bdbadfbf3ba6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8270, "upload_time": "2018-01-25T16:28:21", "url": "https://files.pythonhosted.org/packages/31/37/802653b7689e15e5ba3f7825ebfabd21a236501c4b48d151a0cb3f4a466d/pyrfoutlet-0.0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "ad80ffda192911d64952bdbadfbf3ba6", "sha256": "4bb129fa9db7823df7dcbf2e65e682fefc6c51df58f2988dacc50eb4ebad051b" }, "downloads": -1, "filename": "pyrfoutlet-0.0.2.tar.gz", "has_sig": false, "md5_digest": "ad80ffda192911d64952bdbadfbf3ba6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8270, "upload_time": "2018-01-25T16:28:21", "url": "https://files.pythonhosted.org/packages/31/37/802653b7689e15e5ba3f7825ebfabd21a236501c4b48d151a0cb3f4a466d/pyrfoutlet-0.0.2.tar.gz" } ] }