{"id":16121924,"url":"https://github.com/monosans/pywttr","last_synced_at":"2025-03-18T11:30:37.954Z","repository":{"id":37954549,"uuid":"437608372","full_name":"monosans/pywttr","owner":"monosans","description":"Wrapper for wttr.in weather forecast.","archived":false,"fork":false,"pushed_at":"2024-04-15T01:15:56.000Z","size":1663,"stargazers_count":9,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-04-16T01:42:13.203Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://pywttr.readthedocs.io","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/monosans.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2021-12-12T17:15:45.000Z","updated_at":"2024-04-17T03:26:36.698Z","dependencies_parsed_at":"2022-07-12T17:04:10.309Z","dependency_job_id":"55a6c961-9ed6-4541-8060-4c718a80ffe1","html_url":"https://github.com/monosans/pywttr","commit_stats":{"total_commits":226,"total_committers":3,"mean_commits":75.33333333333333,"dds":0.5176991150442478,"last_synced_commit":"f768ac02e00cc72d4dbbd5287520f098aef4902a"},"previous_names":[],"tags_count":14,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/monosans%2Fpywttr","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/monosans%2Fpywttr/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/monosans%2Fpywttr/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/monosans%2Fpywttr/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/monosans","download_url":"https://codeload.github.com/monosans/pywttr/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243925490,"owners_count":20369906,"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-09T21:08:44.834Z","updated_at":"2025-03-18T11:30:37.943Z","avatar_url":"https://github.com/monosans.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# pywttr\n\n[![CI](https://github.com/monosans/pywttr/actions/workflows/ci.yml/badge.svg)](https://github.com/monosans/pywttr/actions/workflows/ci.yml)\n[![Downloads](https://static.pepy.tech/badge/pywttr)](https://pepy.tech/project/pywttr)\n\nWrapper for [wttr.in](https://wttr.in) weather API.\n\nAsynchronous version [here](https://github.com/monosans/aiopywttr).\n\n## Installation\n\n```bash\npip install -U pywttr pywttr-models\n```\n\n## Documentation\n\n\u003chttps://pywttr.readthedocs.io\u003e\n\n## Simple example\n\n```python\nwith pywttr.Wttr() as wttr:\n    weather = wttr.weather(\"Paris\", language=pywttr.Language.EN)\nprint(weather.weather[0].avgtemp_c)\n```\n\n## License\n\n[MIT](https://github.com/monosans/pywttr/blob/main/LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmonosans%2Fpywttr","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmonosans%2Fpywttr","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmonosans%2Fpywttr/lists"}