{ "info": { "author": "Jan Dr\u00f6gehoff", "author_email": "jandroegehoff@gmail.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 2", "Programming Language :: Python :: 3" ], "description": "# ShellyPy\nnot to be confused with [pyShelly](https://github.com/StyraHem/pyShelly) \nPython 2 and 3 Wrapper around the Shelly HTTP api\n\n\n## why\nother packages like [pyShelly](https://github.com/StyraHem/pyShelly) only support CoAP or MSQT, neither I am comfortable with using in something\n\n\n## example\nhere is a simple working example for the Shelly 1 that turns on whatever is hooked up to it\n```python\nimport ShellyPy\n\ndevice = ShellyPy.Shelly(\"192.168.0.5\")\n\ndevice.relay(0, turn=True)\n```\nthis example with comments can be found on [examples/toggle_lights.py](examples/toggle_lights.py)\n\n## devices\n#### supported\n- Shelly1\n- Shelly1PM\n- Shelly2\n- Shelly2.5 (untested)\n- Shelly4Pro (untested)\n- Shelly Plug (untested)\n- Shelly PlugS (untested)\n- Shelly Bulb (untested)\n- Shelly H&T (untested)\n- Shelly Smoke (untested)\n- Shelly EM (untested)\n- Shelly flood (untested)\n\n#### unsupported\n- Shelly Sense (documentation is inaccurate, incomplete)\n- Shelly RGBW (documentation is incomplete)\n\n## applicability\nthis wrapper is best used in closed networks where other solutions are either not an option or not desired \ngive your shelly devices static IP adresses for best results\n\n\n## license\nthis project is licensed under the [MIT License](LICENSE) \nfeel free to do whatever you want with it", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/Jan200101/ShellyPy", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "ShellyPy", "package_url": "https://pypi.org/project/ShellyPy/", "platform": "", "project_url": "https://pypi.org/project/ShellyPy/", "project_urls": { "Homepage": "https://github.com/Jan200101/ShellyPy" }, "release_url": "https://pypi.org/project/ShellyPy/0.1.3/", "requires_dist": null, "requires_python": "", "summary": "Wrapper around the Shelly HTTP api", "version": "0.1.3" }, "last_serial": 5874475, "releases": { "0.1.1": [ { "comment_text": "", "digests": { "md5": "5a28323ae40ed565449a80c299965d57", "sha256": "417262f76ed73a913cdbb66b6f2877432832f0fa69a7d1b4f1f69dfdccdb3e1d" }, "downloads": -1, "filename": "ShellyPy-0.1.1.tar.gz", "has_sig": true, "md5_digest": "5a28323ae40ed565449a80c299965d57", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4376, "upload_time": "2019-09-22T11:08:52", "url": "https://files.pythonhosted.org/packages/e7/e9/50c3653604580e61ea9e2e749aa12a1dd11e07a890d64a60604cdd94d6ed/ShellyPy-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "95d316066d116bbe00a0658b56a02429", "sha256": "5fd76c1328b1a2aa8b9f11087a4d7973b1f560a1ecc8cf03bc32ad088f321f4a" }, "downloads": -1, "filename": "ShellyPy-0.1.2.tar.gz", "has_sig": true, "md5_digest": "95d316066d116bbe00a0658b56a02429", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4375, "upload_time": "2019-09-23T15:48:38", "url": "https://files.pythonhosted.org/packages/e4/1a/51077b6911f9d86c6f7e81030f6d449b10333ac7b03ddc41709df2a41c9f/ShellyPy-0.1.2.tar.gz" } ], "0.1.3": [ { "comment_text": "", "digests": { "md5": "003a5c3364c9e34b61feab68401674af", "sha256": "b4b335135c52e2e765a15f337231a6f96f6ac2b1dafa012e408724db391e8dc4" }, "downloads": -1, "filename": "ShellyPy-0.1.3.tar.gz", "has_sig": true, "md5_digest": "003a5c3364c9e34b61feab68401674af", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5084, "upload_time": "2019-09-23T15:49:12", "url": "https://files.pythonhosted.org/packages/7a/13/e169320ca9c650e26fb9ccda8ccd054db387a1bfc1bd97200cdc3a3a85a0/ShellyPy-0.1.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "003a5c3364c9e34b61feab68401674af", "sha256": "b4b335135c52e2e765a15f337231a6f96f6ac2b1dafa012e408724db391e8dc4" }, "downloads": -1, "filename": "ShellyPy-0.1.3.tar.gz", "has_sig": true, "md5_digest": "003a5c3364c9e34b61feab68401674af", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5084, "upload_time": "2019-09-23T15:49:12", "url": "https://files.pythonhosted.org/packages/7a/13/e169320ca9c650e26fb9ccda8ccd054db387a1bfc1bd97200cdc3a3a85a0/ShellyPy-0.1.3.tar.gz" } ] }