{ "info": { "author": "Samuel Broster", "author_email": "s.h.broster@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3.7", "Topic :: Software Development :: Build Tools" ], "description": "# Octopy Graph\n\nA tool for graphing data from the [Octopus Energy API](https://gitlab.com/broster/octopy-api)\n\n## Getting Started\n\n### Installing\n\nEither clone directly from the repo or install using pip\n```bash\npip install octopy-graphs\n```\n\n## Running\n\nThe tool is run using `python3.7\\6`. For help text use:\n```bash\npython3.7 -m octopy_graph.__main__ -h\n```\n\nYou will need the following information:\n* `apikey` - If you are an Octopus Energy customer, you can get an API key from your \n [online dashboard](https://octopus.energy/dashboard/developer/).\n* `gasserial` - The gas meters serial number. Printed on your gas meter and on your bill. \n Looks like _G3P69380371200_.\n* `mprn` - The MPRN for your gas meter. On your bill as _Meter Point Reference_,\n looks like 3429439001.\n* `electricserial` - The electricity meters serial number. Printed on your meter\n and on your bill. Looks like _12P1022008_.\n* `mpan` - The MPAN for you electricity meter. On your bill as _Supply Number_, \n looks like 2019820081223\n\n## Examples\n\nThe tool uses plotly to graph data. Here are some examples.\n\n### Daily\n\nA graph showing gas and electricity usage on a specific date.\n\n![](graphs/daily.png)\n\n### Weekly\n\nA graph showing gas and electricity usage for a specific week.\n\n![](graphs/weekly.png)\n\n### Average Hourly\n\nA graph showing the average energy usage at specific times during the day.\n\n![](graphs/average_hourly.png)\n\n### Average Daily\n\nA graph showing the average energy usage on specific days of the week.\n\n![](graphs/average_daily.png)\n\n### Average Weekly\n\nA graph showing the average energy usage on weeks throughout the year.\n\n![](graphs/average_weekly.png)\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://gitlab.com/broster/octopy-graph", "keywords": "Octopus Energy,plotly,graph", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "octopy-graph", "package_url": "https://pypi.org/project/octopy-graph/", "platform": "", "project_url": "https://pypi.org/project/octopy-graph/", "project_urls": { "Homepage": "https://gitlab.com/broster/octopy-graph" }, "release_url": "https://pypi.org/project/octopy-graph/0.1/", "requires_dist": [ "plotly", "octopy-api", "numpy" ], "requires_python": "", "summary": "A tool for graphing data from the Octopus Energy API", "version": "0.1" }, "last_serial": 5997602, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "a08a9b95512a00d1416ab35a424af095", "sha256": "0e9fc9dba2e67e110e1cf9e5de5855f36f70c4f50033d1634034eaf5cd039276" }, "downloads": -1, "filename": "octopy_graph-0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "a08a9b95512a00d1416ab35a424af095", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 6843, "upload_time": "2019-10-18T21:12:21", "url": "https://files.pythonhosted.org/packages/ad/17/9710e5003c41b279365eb2ca9133a8fb3cfb817d6a5587a3ed8c7470138f/octopy_graph-0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "d764a063783d02b53042d208d742f113", "sha256": "fad4e3e571b374e9e35e3fe88affd81d37cae59505396684727b66e29c8b7ea4" }, "downloads": -1, "filename": "octopy-graph-0.1.tar.gz", "has_sig": false, "md5_digest": "d764a063783d02b53042d208d742f113", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5718, "upload_time": "2019-10-18T21:12:25", "url": "https://files.pythonhosted.org/packages/6c/9d/3078c64ec8bab337b3c713ff4e4ecef2498534942d20ccbefdebf480f857/octopy-graph-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "a08a9b95512a00d1416ab35a424af095", "sha256": "0e9fc9dba2e67e110e1cf9e5de5855f36f70c4f50033d1634034eaf5cd039276" }, "downloads": -1, "filename": "octopy_graph-0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "a08a9b95512a00d1416ab35a424af095", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 6843, "upload_time": "2019-10-18T21:12:21", "url": "https://files.pythonhosted.org/packages/ad/17/9710e5003c41b279365eb2ca9133a8fb3cfb817d6a5587a3ed8c7470138f/octopy_graph-0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "d764a063783d02b53042d208d742f113", "sha256": "fad4e3e571b374e9e35e3fe88affd81d37cae59505396684727b66e29c8b7ea4" }, "downloads": -1, "filename": "octopy-graph-0.1.tar.gz", "has_sig": false, "md5_digest": "d764a063783d02b53042d208d742f113", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5718, "upload_time": "2019-10-18T21:12:25", "url": "https://files.pythonhosted.org/packages/6c/9d/3078c64ec8bab337b3c713ff4e4ecef2498534942d20ccbefdebf480f857/octopy-graph-0.1.tar.gz" } ] }