{"id":34075440,"url":"https://github.com/satheshrgs/py_yahoo","last_synced_at":"2026-03-11T03:31:59.019Z","repository":{"id":57458676,"uuid":"118087628","full_name":"satheshrgs/py_yahoo","owner":"satheshrgs","description":"A Python Wrapper for Yahoo Weather","archived":false,"fork":false,"pushed_at":"2018-01-23T05:01:54.000Z","size":9,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-12-16T11:26:03.371Z","etag":null,"topics":["py-yahoo","python-wrapper","wrapper","yahoo-weather"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/satheshrgs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-01-19T06:40:33.000Z","updated_at":"2018-01-23T05:02:24.000Z","dependencies_parsed_at":"2022-09-10T05:50:49.579Z","dependency_job_id":null,"html_url":"https://github.com/satheshrgs/py_yahoo","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/satheshrgs/py_yahoo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/satheshrgs%2Fpy_yahoo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/satheshrgs%2Fpy_yahoo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/satheshrgs%2Fpy_yahoo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/satheshrgs%2Fpy_yahoo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/satheshrgs","download_url":"https://codeload.github.com/satheshrgs/py_yahoo/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/satheshrgs%2Fpy_yahoo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30369379,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-10T21:41:54.280Z","status":"online","status_checked_at":"2026-03-11T02:00:07.027Z","response_time":84,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["py-yahoo","python-wrapper","wrapper","yahoo-weather"],"created_at":"2025-12-14T09:44:30.877Z","updated_at":"2026-03-11T03:31:58.980Z","avatar_url":"https://github.com/satheshrgs.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# py_yahoo\n\nA Python Wrapper for [Yahoo Weather API](https://developer.yahoo.com/weather/)  \n\nDocumentation for the API is avilable [here](https://developer.yahoo.com/weather/documentation.html)\n\n## Installation:\n```\npip install py_yahoo\n```\n## Usage \n```\nfrom py_yahoo import YWeather\n\nyw=YWeather()\n\n#set the location\n#check the yahoo weather website for the list of supported cities\nyw.weatherat(\"avinashi\")\n\n#set the unit 'c'--\u003ecelsius 'f'--\u003efahrenheit(default)\nyw.unit(\"c\")  \n\nw=yw.getweather()\n\nprint(w.getatmosphere())   #{'humidity': '58', 'pressure': '1013.0', 'rising': '0', 'visibility': '16.1'}\n```\n\n## Methods\nThe following are the list of available methods\n* getlastbuilddate()\n* getatmosphere()\n* forecast()\n* getlatitude()\n* getlongitude()\n* getlocation()\n* getunits()\n* getastronomy()\n* getwind()\n* weatheratwhatdatetime()\n* getstatus()\n* gettemp()\n\n## Terms\n* [Yahoo APIs Terms of Use](https://policies.yahoo.com/us/en/yahoo/terms/product-atos/apiforydn/index.htm)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsatheshrgs%2Fpy_yahoo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsatheshrgs%2Fpy_yahoo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsatheshrgs%2Fpy_yahoo/lists"}