{ "info": { "author": "Mojtaba Ahadi", "author_email": "m.ahadi@outlook.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3" ], "description": "# Python Library for Yahoo Weather (New API)\nOn 3 Jan 2019 Yahoo changed its Weather API to use OAuth1 Authentication. This new method requires authentication to use the API. This library helps you to handle the new API.\nIn order to use the new API you have to get an API key from [Yahoo!](https://developer.yahoo.com/weather/?guccounter=1)\n\n\n```\nfrom yahoo_weather.weather import YahooWeather\nfrom yahoo_weather.config.units import Unit\n\ndata = YahooWeather(APP_ID=\"Your App ID\",\n api_key=\"Your API KEY\",\n api_secret=\"Your API secret\")\n\ndata.get_yahoo_weather_by_city(\"tehran\", Unit.celsius)\nprint(data.condition.text)\nprint(data.condition.temperature)\n\ndata.get_yahoo_weather_by_location(35.67194, 51.424438)\nprint(data.condition.text)\nprint(data.condition.temperature)\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/M-Ahadi/yahoo_weather", "keywords": "", "license": "Apache 2.0", "maintainer": "", "maintainer_email": "", "name": "yahoo-weather", "package_url": "https://pypi.org/project/yahoo-weather/", "platform": "", "project_url": "https://pypi.org/project/yahoo-weather/", "project_urls": { "Homepage": "https://github.com/M-Ahadi/yahoo_weather" }, "release_url": "https://pypi.org/project/yahoo-weather/1.0.7/", "requires_dist": [ "certifi (==2019.3.9)", "chardet (==3.0.4)", "httplib2 (==0.12.1)", "idna (==2.8)", "oauth2 (==1.9.0.post1)", "requests (==2.21.0)", "urllib3 (==1.24.2)" ], "requires_python": "", "summary": "Python library for yahoo weather new API", "version": "1.0.7" }, "last_serial": 5165933, "releases": { "1.0.2": [ { "comment_text": "", "digests": { "md5": "8109377c6daa9f0215f943cd61e31f72", "sha256": "14d94df12355e806fcfafc0dc9fe9413c0b735d28f8419d05cc54b4f20b3f98d" }, "downloads": -1, "filename": "yahoo_weather-1.0.2-py3-none-any.whl", "has_sig": false, "md5_digest": "8109377c6daa9f0215f943cd61e31f72", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 13275, "upload_time": "2019-01-13T15:10:56", "url": "https://files.pythonhosted.org/packages/cf/3d/0786e69a0f4ca79cc3452e88dd814dd791d1caadbef3b0fffc991b921d24/yahoo_weather-1.0.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "54f03016c8d40fde09c7f80f29039809", "sha256": "987e5622205555bbcbc91427111ec68e1bb0fbb7dc122a59f16f83e3f86993ec" }, "downloads": -1, "filename": "yahoo_weather-1.0.2.tar.gz", "has_sig": false, "md5_digest": "54f03016c8d40fde09c7f80f29039809", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4578, "upload_time": "2019-01-13T15:10:58", "url": "https://files.pythonhosted.org/packages/20/12/69b9a360bd514aabd14fc6571004f458d2a5c882904e76b38500daa93462/yahoo_weather-1.0.2.tar.gz" } ], "1.0.3": [ { "comment_text": "", "digests": { "md5": "811a5349074d8d4b7581ee497608735b", "sha256": "9075086d472458f0d8a72296b4505976e739b17a2441604c67dfe63c76832dc2" }, "downloads": -1, "filename": "yahoo_weather-1.0.3-py3-none-any.whl", "has_sig": false, "md5_digest": "811a5349074d8d4b7581ee497608735b", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 13291, "upload_time": "2019-01-14T05:48:40", "url": "https://files.pythonhosted.org/packages/1c/3a/3a9e82cf58135a2a55c3983625045d9be65af4ad7f1e57e23fff1781bc9f/yahoo_weather-1.0.3-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "f25080143512a844e1296163e96e3c93", "sha256": "460fb8e20bdceb825aaf2d357722f7a9302f797805e6080111f2d933f25e3add" }, "downloads": -1, "filename": "yahoo_weather-1.0.3.tar.gz", "has_sig": false, "md5_digest": "f25080143512a844e1296163e96e3c93", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4597, "upload_time": "2019-01-14T05:48:41", "url": "https://files.pythonhosted.org/packages/13/8d/79bb760402061ba4d3c9a8e45101ba26a20e5623c44f4349110b84d9f607/yahoo_weather-1.0.3.tar.gz" } ], "1.0.4": [ { "comment_text": "", "digests": { "md5": "e8ea5129f7bf138f9720a20cc19576e2", "sha256": "0ea7c1280dc4b45127c51743e6b7999543533adcb5bfc28429dc26502ad2514b" }, "downloads": -1, "filename": "yahoo_weather-1.0.4-py3-none-any.whl", "has_sig": false, "md5_digest": "e8ea5129f7bf138f9720a20cc19576e2", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 13406, "upload_time": "2019-02-11T10:30:20", "url": "https://files.pythonhosted.org/packages/ec/23/52a1b049abd06133e5e9a29b6729585d82ef83148c6839f9c60e6d4258f7/yahoo_weather-1.0.4-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "117b106caf249985dddfa8939213a68c", "sha256": "dac2c078880afec3c0648fa4832de76d45a72459d8b02d1428d24b565358e7ac" }, "downloads": -1, "filename": "yahoo_weather-1.0.4.tar.gz", "has_sig": false, "md5_digest": "117b106caf249985dddfa8939213a68c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5032, "upload_time": "2019-02-11T10:30:21", "url": "https://files.pythonhosted.org/packages/b6/9b/b0927fdea6a75c3ffad51ff11d2c42b9750924d1865fbb7c0538c60c5ea2/yahoo_weather-1.0.4.tar.gz" } ], "1.0.5": [ { "comment_text": "", "digests": { "md5": "de062a1d71c2004cf484338d42c1be35", "sha256": "80af26a6bfdacbe4bcf792b0ad505924f10f58a481b87322d4ab9c838bde1ed0" }, "downloads": -1, "filename": "yahoo_weather-1.0.5-py3-none-any.whl", "has_sig": false, "md5_digest": "de062a1d71c2004cf484338d42c1be35", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 13397, "upload_time": "2019-02-15T12:54:25", "url": "https://files.pythonhosted.org/packages/14/a7/96c40de3cddbe50ded50f48a300c28d667d14a4f91a8cdfd45a11107f0c5/yahoo_weather-1.0.5-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "a7f8e436940c16c6ad353f3f8cffb972", "sha256": "ec750d1ddd628691c5c9caf198ed4bc8df0b48708d1be7b5cda57029ecf59f29" }, "downloads": -1, "filename": "yahoo_weather-1.0.5.tar.gz", "has_sig": false, "md5_digest": "a7f8e436940c16c6ad353f3f8cffb972", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5034, "upload_time": "2019-02-15T12:54:27", "url": "https://files.pythonhosted.org/packages/3f/92/ef45e73e363d1924480cf8218b76bfc8933ed02fa7a275ba4c6df31f2718/yahoo_weather-1.0.5.tar.gz" } ], "1.0.6": [ { "comment_text": "", "digests": { "md5": "3646cfa018dfc7340d4af6283cb74c69", "sha256": "066590c8d9cf3c857ed16e5e21ca5967d2635a42b84cf853e67de2829cccaa16" }, "downloads": -1, "filename": "yahoo_weather-1.0.6-py3-none-any.whl", "has_sig": false, "md5_digest": "3646cfa018dfc7340d4af6283cb74c69", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 13551, "upload_time": "2019-04-04T07:53:25", "url": "https://files.pythonhosted.org/packages/0a/67/bf280e7794691d0f468ef0f6d00b198d25e9ee814ef5df45bce238d58957/yahoo_weather-1.0.6-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "55d84030d30d63af1e446cc1536b1062", "sha256": "cd92945222ebd1df68c137de3e21a1e2cffee99c9e398fa2522298fb648efd31" }, "downloads": -1, "filename": "yahoo_weather-1.0.6.tar.gz", "has_sig": false, "md5_digest": "55d84030d30d63af1e446cc1536b1062", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5231, "upload_time": "2019-04-04T07:53:27", "url": "https://files.pythonhosted.org/packages/9a/c9/15358d044c9f5b6816089eb05886146ac6c5843dc534bec2c45a15a992c8/yahoo_weather-1.0.6.tar.gz" } ], "1.0.7": [ { "comment_text": "", "digests": { "md5": "478374f9d0df6bb1baa97bda0fa555ef", "sha256": "b1648ff57d401511cc41da38a4742c47e5665072fa1312442e881b293f213344" }, "downloads": -1, "filename": "yahoo_weather-1.0.7-py3-none-any.whl", "has_sig": false, "md5_digest": "478374f9d0df6bb1baa97bda0fa555ef", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 13550, "upload_time": "2019-04-19T19:42:44", "url": "https://files.pythonhosted.org/packages/36/bd/a497cb37b09863ed91044c53f339d89d95f6f1632817665c2a592adcbbb0/yahoo_weather-1.0.7-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "4e8014abd3a98ab523f98d3bd239a3eb", "sha256": "6e4e94f4693082ef021b21602429da58f32b89c176c6deb9720f7c49802f929c" }, "downloads": -1, "filename": "yahoo_weather-1.0.7.tar.gz", "has_sig": false, "md5_digest": "4e8014abd3a98ab523f98d3bd239a3eb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5191, "upload_time": "2019-04-19T19:42:46", "url": "https://files.pythonhosted.org/packages/02/25/b95521511aba264b0c5431c01c91c7cb1a0e8f0235f7b6acabb23fbf48f7/yahoo_weather-1.0.7.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "478374f9d0df6bb1baa97bda0fa555ef", "sha256": "b1648ff57d401511cc41da38a4742c47e5665072fa1312442e881b293f213344" }, "downloads": -1, "filename": "yahoo_weather-1.0.7-py3-none-any.whl", "has_sig": false, "md5_digest": "478374f9d0df6bb1baa97bda0fa555ef", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 13550, "upload_time": "2019-04-19T19:42:44", "url": "https://files.pythonhosted.org/packages/36/bd/a497cb37b09863ed91044c53f339d89d95f6f1632817665c2a592adcbbb0/yahoo_weather-1.0.7-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "4e8014abd3a98ab523f98d3bd239a3eb", "sha256": "6e4e94f4693082ef021b21602429da58f32b89c176c6deb9720f7c49802f929c" }, "downloads": -1, "filename": "yahoo_weather-1.0.7.tar.gz", "has_sig": false, "md5_digest": "4e8014abd3a98ab523f98d3bd239a3eb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5191, "upload_time": "2019-04-19T19:42:46", "url": "https://files.pythonhosted.org/packages/02/25/b95521511aba264b0c5431c01c91c7cb1a0e8f0235f7b6acabb23fbf48f7/yahoo_weather-1.0.7.tar.gz" } ] }