Name | powerline-wttr JSON |
Version |
0.1
JSON |
| download |
home_page | None |
Summary | A Powerline segment for fetching and showing the weather in the current location |
upload_time | 2024-04-01 15:22:02 |
maintainer | None |
docs_url | None |
author | None |
requires_python | >=3.12 |
license | MIT License |
keywords |
powerline
segment
weather
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# powerline-wttr
- A Powerline segment for displaying weather information from wttr.in
# Installation
```
pip3 install powerline-wttr
```
# Configuration
- Add the following to your powerline configuration file:
- The `city` argument is the city to get the weather for.
- The `format` argument is the format string to use(Optional).
```json
{
"function": "powerline_wttr.weather",
"priority": 100,
"args": {
"city": "Tokyo",
"format": "%l:+%c+%f+%h+%p+%P+%m+%w"
}
}
```
Raw data
{
"_id": null,
"home_page": null,
"name": "powerline-wttr",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.12",
"maintainer_email": null,
"keywords": "powerline, segment, weather",
"author": null,
"author_email": "Penpen7 <Raosys@live.jp>",
"download_url": "https://files.pythonhosted.org/packages/bc/a8/2349169afea68aae52e7443fb698146a9f6193d9323587cb8ab9963a2276/powerline_wttr-0.1.tar.gz",
"platform": null,
"description": "# powerline-wttr\n- A Powerline segment for displaying weather information from wttr.in\n\n# Installation\n```\npip3 install powerline-wttr\n```\n\n# Configuration\n- Add the following to your powerline configuration file:\n- The `city` argument is the city to get the weather for.\n- The `format` argument is the format string to use(Optional).\n```json\n{\n \"function\": \"powerline_wttr.weather\",\n \"priority\": 100,\n \"args\": {\n \"city\": \"Tokyo\",\n \"format\": \"%l:+%c+%f+%h+%p+%P+%m+%w\" \n }\n}\n```\n",
"bugtrack_url": null,
"license": "MIT License",
"summary": "A Powerline segment for fetching and showing the weather in the current location",
"version": "0.1",
"project_urls": null,
"split_keywords": [
"powerline",
" segment",
" weather"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "e9232f3a2500d2a3df5bd6c9750a175379f4f65b0edd63173c89e69dfa35781d",
"md5": "ebc5ef691ed05317edc960e3e1006560",
"sha256": "a92b7f45383333e2126a68b25ecb8eac25ed101f5e9a0dfd8ad08c2294caa132"
},
"downloads": -1,
"filename": "powerline_wttr-0.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "ebc5ef691ed05317edc960e3e1006560",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.12",
"size": 2036,
"upload_time": "2024-04-01T15:22:00",
"upload_time_iso_8601": "2024-04-01T15:22:00.736338Z",
"url": "https://files.pythonhosted.org/packages/e9/23/2f3a2500d2a3df5bd6c9750a175379f4f65b0edd63173c89e69dfa35781d/powerline_wttr-0.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "bca82349169afea68aae52e7443fb698146a9f6193d9323587cb8ab9963a2276",
"md5": "63b3c1e024f09f3d73c4f48d665022b6",
"sha256": "388993a990cd14debb8aeb08f2537d97c5e741059094f0eb66e1a57000bb879c"
},
"downloads": -1,
"filename": "powerline_wttr-0.1.tar.gz",
"has_sig": false,
"md5_digest": "63b3c1e024f09f3d73c4f48d665022b6",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.12",
"size": 2870,
"upload_time": "2024-04-01T15:22:02",
"upload_time_iso_8601": "2024-04-01T15:22:02.222115Z",
"url": "https://files.pythonhosted.org/packages/bc/a8/2349169afea68aae52e7443fb698146a9f6193d9323587cb8ab9963a2276/powerline_wttr-0.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-04-01 15:22:02",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "powerline-wttr"
}