{"id":15694494,"url":"https://github.com/marcobuster/wundergroundpws-api","last_synced_at":"2025-05-08T22:30:24.600Z","repository":{"id":56042773,"uuid":"187504789","full_name":"MarcoBuster/WUndergroundPWS-API","owner":"MarcoBuster","description":"A small Python module for Weather Underground PWS API","archived":false,"fork":false,"pushed_at":"2020-11-29T10:39:38.000Z","size":16,"stargazers_count":7,"open_issues_count":0,"forks_count":4,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-21T22:18:29.492Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/MarcoBuster.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":"2019-05-19T17:02:56.000Z","updated_at":"2024-08-12T09:51:00.000Z","dependencies_parsed_at":"2022-08-15T12:01:02.222Z","dependency_job_id":null,"html_url":"https://github.com/MarcoBuster/WUndergroundPWS-API","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MarcoBuster%2FWUndergroundPWS-API","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MarcoBuster%2FWUndergroundPWS-API/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MarcoBuster%2FWUndergroundPWS-API/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MarcoBuster%2FWUndergroundPWS-API/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MarcoBuster","download_url":"https://codeload.github.com/MarcoBuster/WUndergroundPWS-API/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253157477,"owners_count":21863127,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":[],"created_at":"2024-10-03T18:59:34.984Z","updated_at":"2025-05-08T22:30:24.560Z","avatar_url":"https://github.com/MarcoBuster.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"Weather Underground PWS Python API [![Build Status](https://travis-ci.com/MarcoBuster/WUndergroundPWS-API.svg?branch=master)](https://travis-ci.com/MarcoBuster/WUndergroundPWS-API)\n==================================\n\nA small Python module for [Weather Underground PWS](https://www.wunderground.com/weatherstation/hardwareandsoftware.asp)\nAPIs.\n\n### Installation\n\n    $ pip3 install wunderground_pws\n\n### Example usage\n\n```python\nfrom datetime import date\nfrom pprint import pprint\n\nfrom wunderground_pws import WUndergroundAPI, units\n\nwu = WUndergroundAPI(\n    api_key='my api key',\n    default_station_id='KMAHANOV10',\n    units=units.ENGLISH_UNITS,\n)\nprint('Current status of my weather station:')\npprint(wu.current()['observations'][0])\nprint('Summary of last 7 days:')\npprint(wu.summary())\nprint('Detailed hourly history for the last 7 days:')\npprint(wu.hourly())\nprint('History for 4/20/2019:')\npprint(wu.history(date(day=20, month=4, year=2019)))\n```\n\n### Building docs\n\n    $ pip3 install -r requirements-docs.txt\n    $ cd docs/\n    $ make html\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarcobuster%2Fwundergroundpws-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarcobuster%2Fwundergroundpws-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarcobuster%2Fwundergroundpws-api/lists"}