{ "info": { "author": "Olli Jarva", "author_email": "olli@jarva.fi", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.2", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: Implementation :: PyPy", "Topic :: Internet" ], "description": "Helsingin Energia electricity usage scraper\n===========================================\n\nThis small script fetches per-hour electricity usage from Helsingin\nEnergia (Helen) website. This is unofficial implementation which may\nbreak at any time, if Helen changes their website or implements any\nadditional validations.\n\nInstallation:\n\n::\n\n pip install helen_electricity_usage\n\nUsage:\n\n::\n\n import helen_electricity_usage\n helen = helen_electricity_usage.Helen(username, password, metering_point_number)\n helen.login()\n print helen.get_date(\"20141225\")\n\nTo obtain username and password, register using `web interface\n`_ (Flash and paper invoice is\nrequired). After registering and signing in, metering point number is\navailable on the top-right corner.\n\nSample output (python dictionary):\n\n::\n\n [ {\n \"milestones\" : [ ],\n \"month\" : 12,\n \"value\" : 0.22999,\n \"year\" : 2014,\n \"day\" : 25,\n \"hour\" : 0\n }, {\n \"milestones\" : [ ],\n \"month\" : 12,\n \"value\" : 0.15,\n \"year\" : 2014,\n \"day\" : 25,\n \"hour\" : 1\n }...\n ]\n\nThere is no way to check whether data for specific date is available. If\ndata is not available, all fields are provided, but values are 0.0.\nThere is no way to distinct between missing data and hours with no\nelectricity consumption. Usually the data is available next day, but\nthat is not guaranteed.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/ojarva/python-helen-electricity-usage", "keywords": "electricity helen", "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "helen_electricity_usage", "package_url": "https://pypi.org/project/helen_electricity_usage/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/helen_electricity_usage/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/ojarva/python-helen-electricity-usage" }, "release_url": "https://pypi.org/project/helen_electricity_usage/0.1.1/", "requires_dist": null, "requires_python": null, "summary": "Small library for scraping electricity usage information from Helsingin Energia website", "version": "0.1.1" }, "last_serial": 1985789, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "910a4d90d3f250ee35b92b567bbdb674", "sha256": "4cac6a9695f357e3024eb4e887d173289e9ba7049ce5fd8bdadbe9472f93f2d8" }, "downloads": -1, "filename": "helen_electricity_usage-0.0.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "910a4d90d3f250ee35b92b567bbdb674", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 4423, "upload_time": "2014-12-27T17:03:41", "url": "https://files.pythonhosted.org/packages/86/81/8279cb293fb4b707f18a3290449292e8b06b5e49babbd9885234c6599d30/helen_electricity_usage-0.0.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "9d689c95dbcd3f7cd472ff6f35d270f1", "sha256": "c11e4fbd404e75507206a1ef3526bea0c6a98891458258545dbbb312015c378f" }, "downloads": -1, "filename": "helen_electricity_usage-0.0.1.tar.gz", "has_sig": false, "md5_digest": "9d689c95dbcd3f7cd472ff6f35d270f1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2549, "upload_time": "2014-12-27T17:03:45", "url": "https://files.pythonhosted.org/packages/91/34/3723f8be5748d5280bd88e08f544dbe1d66fb6c176e1146dbe70d8ce5b39/helen_electricity_usage-0.0.1.tar.gz" } ], "0.0.2": [], "0.0.3": [ { "comment_text": "", "digests": { "md5": "d9ba0097c9ec3c341193c68d2f45df07", "sha256": "1ceb50f13720ffa095cd79b21e36c6106fbc5ea9fb0218aea5e5dd6b64cc1fcc" }, "downloads": -1, "filename": "helen_electricity_usage-0.0.3-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "d9ba0097c9ec3c341193c68d2f45df07", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 4780, "upload_time": "2014-12-29T12:17:17", "url": "https://files.pythonhosted.org/packages/7b/10/89d901361fcfa51761b364b03595b2b1802e14e1642e29897506968ae72d/helen_electricity_usage-0.0.3-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "c68d384b48f3743a705ea8278c32f441", "sha256": "f76488f0b8c44b8b9ef45d2f38465d8799d3895f68a9a084012a26012c1bbd8d" }, "downloads": -1, "filename": "helen_electricity_usage-0.0.3.tar.gz", "has_sig": false, "md5_digest": "c68d384b48f3743a705ea8278c32f441", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2912, "upload_time": "2014-12-29T12:17:20", "url": "https://files.pythonhosted.org/packages/ea/68/18eecd73684732e66a55e0ac3b21684c0ba0ffd1a17d7f1ba14694915889/helen_electricity_usage-0.0.3.tar.gz" } ], "0.1.0": [ { "comment_text": "built for Darwin-15.0.0", "digests": { "md5": "cfb3e449545c94b54222e8703c574a32", "sha256": "dea9d928e131ff1c570dc66c17c738bc6d69b3b30a3cdece486ffb7abc972396" }, "downloads": -1, "filename": "helen_electricity_usage-0.1.0.macosx-10.10-x86_64.tar.gz", "has_sig": false, "md5_digest": "cfb3e449545c94b54222e8703c574a32", "packagetype": "bdist_dumb", "python_version": "any", "requires_python": null, "size": 4123, "upload_time": "2015-12-09T18:10:22", "url": "https://files.pythonhosted.org/packages/52/4f/9182b3f31037828b54d8dadab6e70b07be2978b2fdd5dd75431bca2f6e50/helen_electricity_usage-0.1.0.macosx-10.10-x86_64.tar.gz" }, { "comment_text": "", "digests": { "md5": "d417d82e0088f3b0ccbc53a86703d32f", "sha256": "c295a843dfa4ad6299d0234057d06dfdab5d3636bbb067975911a84cd103f9b7" }, "downloads": -1, "filename": "helen_electricity_usage-0.1.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "d417d82e0088f3b0ccbc53a86703d32f", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 5050, "upload_time": "2015-12-09T18:16:23", "url": "https://files.pythonhosted.org/packages/ea/04/25bf7a5ac8ccc70bed074f4aede824c5de1086d5c0dd00e6d71de18e6a20/helen_electricity_usage-0.1.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "f31116b8aee28f0e26ced9daa9972f1c", "sha256": "68975fac0f87b430d74ef1cfb87ff1eab803fe39f44c78e013507a19dad39d5c" }, "downloads": -1, "filename": "helen_electricity_usage-0.1.0.tar.gz", "has_sig": false, "md5_digest": "f31116b8aee28f0e26ced9daa9972f1c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3171, "upload_time": "2015-12-09T18:10:01", "url": "https://files.pythonhosted.org/packages/2c/8f/bbdf9ab89aae2bc027f3574323967ab156423737c0ebd4d261fa0901f8a5/helen_electricity_usage-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "896d93bd957cac7bfd8bc78838f46290", "sha256": "c4be57ddc9155ca833a23596dca3d550210afc01af8d909f2e702d54c23bd165" }, "downloads": -1, "filename": "helen_electricity_usage-0.1.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "896d93bd957cac7bfd8bc78838f46290", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 5049, "upload_time": "2016-03-02T15:10:33", "url": "https://files.pythonhosted.org/packages/d2/b3/356185f64b85a5f38321975eb46206a100895c7b40f62605ced0a12ebcf6/helen_electricity_usage-0.1.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "fd542b1a8932aa86407d520942927bb1", "sha256": "bf10b53edccc9433a28bd16029127a7ad1def61b22cd60ee4ccfbd226d6a740f" }, "downloads": -1, "filename": "helen_electricity_usage-0.1.1.tar.gz", "has_sig": false, "md5_digest": "fd542b1a8932aa86407d520942927bb1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3157, "upload_time": "2016-03-02T15:10:45", "url": "https://files.pythonhosted.org/packages/1e/17/175e5ea9579614d2dbac00968f3d959d1b852ac1a964b36b27287f59e332/helen_electricity_usage-0.1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "896d93bd957cac7bfd8bc78838f46290", "sha256": "c4be57ddc9155ca833a23596dca3d550210afc01af8d909f2e702d54c23bd165" }, "downloads": -1, "filename": "helen_electricity_usage-0.1.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "896d93bd957cac7bfd8bc78838f46290", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 5049, "upload_time": "2016-03-02T15:10:33", "url": "https://files.pythonhosted.org/packages/d2/b3/356185f64b85a5f38321975eb46206a100895c7b40f62605ced0a12ebcf6/helen_electricity_usage-0.1.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "fd542b1a8932aa86407d520942927bb1", "sha256": "bf10b53edccc9433a28bd16029127a7ad1def61b22cd60ee4ccfbd226d6a740f" }, "downloads": -1, "filename": "helen_electricity_usage-0.1.1.tar.gz", "has_sig": false, "md5_digest": "fd542b1a8932aa86407d520942927bb1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3157, "upload_time": "2016-03-02T15:10:45", "url": "https://files.pythonhosted.org/packages/1e/17/175e5ea9579614d2dbac00968f3d959d1b852ac1a964b36b27287f59e332/helen_electricity_usage-0.1.1.tar.gz" } ] }