{ "info": { "author": "Joseph Albert", "author_email": "joe@jcalbert.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Programming Language :: Python :: Implementation :: CPython", "Topic :: Home Automation" ], "description": "# uEagle\nRainforest EAGLE client\n\nBasic, lightweight client for accessing the local REST API of Rainforest Automation's EAGLE device.\n\nBased off a micropython module, this uses minimal local resources.\n\nExample use:\n\n```python\nfrom uEagle import Eagle\n\nCLOUD_ID = '012abc'\nINSTALL_CODE = '0123456789abcdef'\nADDRESS = '192.168.1.123' #optional if your platform can resove mDNS\n\neagle = Eagle(CLOUD_ID, INSTALL_CODE, address=ADDRESS)\n\ndemand_data = eagle.get_instantaneous_demand()\nprint('Current Usage: {:.3f} kW'.format(demand_data['Demand']))\n```\n\n\n", "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/jcalbert/uEagle", "keywords": "rainforest eagle", "license": "", "maintainer": "", "maintainer_email": "", "name": "uEagle", "package_url": "https://pypi.org/project/uEagle/", "platform": "", "project_url": "https://pypi.org/project/uEagle/", "project_urls": { "Homepage": "https://github.com/jcalbert/uEagle" }, "release_url": "https://pypi.org/project/uEagle/0.0.1/", "requires_dist": [ "requests" ], "requires_python": ">=3", "summary": "Tool to read data from Rainforest Legacy Eagle.", "version": "0.0.1" }, "last_serial": 6005289, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "b31c30505fff32d7b517c6c1a1d2b374", "sha256": "81b160fcab25e15ae081d3db257129b47ef345b7c2242aebe718155cc6b45bdf" }, "downloads": -1, "filename": "uEagle-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "b31c30505fff32d7b517c6c1a1d2b374", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3", "size": 4945, "upload_time": "2019-10-21T02:57:12", "url": "https://files.pythonhosted.org/packages/96/36/c48352e553b78e290c628a9002df3594e3772819664b052b3087a9c1fbe9/uEagle-0.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "f1c85c075c15193e6ded9f41fa8e6032", "sha256": "6acdaf94ea16dd7df9f34121d76b8cdd8565af6361cc49da214f157828b0ac7b" }, "downloads": -1, "filename": "uEagle-0.0.1.tar.gz", "has_sig": false, "md5_digest": "f1c85c075c15193e6ded9f41fa8e6032", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3", "size": 3847, "upload_time": "2019-10-21T02:57:15", "url": "https://files.pythonhosted.org/packages/af/3b/4638610a3d98a9191b1ca2e21978035f32ff54ad81640debd0b2c52641a0/uEagle-0.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "b31c30505fff32d7b517c6c1a1d2b374", "sha256": "81b160fcab25e15ae081d3db257129b47ef345b7c2242aebe718155cc6b45bdf" }, "downloads": -1, "filename": "uEagle-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "b31c30505fff32d7b517c6c1a1d2b374", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3", "size": 4945, "upload_time": "2019-10-21T02:57:12", "url": "https://files.pythonhosted.org/packages/96/36/c48352e553b78e290c628a9002df3594e3772819664b052b3087a9c1fbe9/uEagle-0.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "f1c85c075c15193e6ded9f41fa8e6032", "sha256": "6acdaf94ea16dd7df9f34121d76b8cdd8565af6361cc49da214f157828b0ac7b" }, "downloads": -1, "filename": "uEagle-0.0.1.tar.gz", "has_sig": false, "md5_digest": "f1c85c075c15193e6ded9f41fa8e6032", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3", "size": 3847, "upload_time": "2019-10-21T02:57:15", "url": "https://files.pythonhosted.org/packages/af/3b/4638610a3d98a9191b1ca2e21978035f32ff54ad81640debd0b2c52641a0/uEagle-0.0.1.tar.gz" } ] }