waybar-openweathermap


Namewaybar-openweathermap JSON
Version 1.0.3 PyPI version JSON
download
home_pagehttps://github.com/MrTango/waybar-openweathermap
SummaryWeather info widget for Waybar, from OpenWeatherMap.org
upload_time2024-10-16 16:03:33
maintainerNone
docs_urlNone
authorMaik Derstappen - Derico
requires_python<4.0,>=3.6
licenseMIT
keywords waybar sway swaywm wayland
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Waybar weather plugin
=====================

This plugin uses the [One Call API from OpenWeatherMap.org](https://openweathermap.org/api/one-call-api).

## set your APIKEY and geo location in your shell

In your ~/.bashrc add the following definition and place your APIKEY in there

    # waybar weather settings:
    export WAYBAR_WEATHER_APIKEY="<YOUR OpenWeatherMap API KEY>"
    export WAYBAR_WEATHER_LAT="44.43"
    export WAYBAR_WEATHER_LON="26.02"
    export WAYBAR_WEATHER_UNITS="metric"
    export WAYBAR_WEATHER_EXCLUDE="minutely,hourly,daily"
            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/MrTango/waybar-openweathermap",
    "name": "waybar-openweathermap",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.6",
    "maintainer_email": null,
    "keywords": "waybar, sway, swaywm, wayland",
    "author": "Maik Derstappen - Derico",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/ea/48/bd899e860c42d128c9aa8864b79c59a507a68d64a4345075102a0a6a0e36/waybar_openweathermap-1.0.3.tar.gz",
    "platform": null,
    "description": "Waybar weather plugin\n=====================\n\nThis plugin uses the [One Call API from OpenWeatherMap.org](https://openweathermap.org/api/one-call-api).\n\n## set your APIKEY and geo location in your shell\n\nIn your ~/.bashrc add the following definition and place your APIKEY in there\n\n    # waybar weather settings:\n    export WAYBAR_WEATHER_APIKEY=\"<YOUR OpenWeatherMap API KEY>\"\n    export WAYBAR_WEATHER_LAT=\"44.43\"\n    export WAYBAR_WEATHER_LON=\"26.02\"\n    export WAYBAR_WEATHER_UNITS=\"metric\"\n    export WAYBAR_WEATHER_EXCLUDE=\"minutely,hourly,daily\"",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Weather info widget for Waybar, from OpenWeatherMap.org",
    "version": "1.0.3",
    "project_urls": {
        "Homepage": "https://github.com/MrTango/waybar-openweathermap",
        "Repository": "https://github.com/MrTango/waybar-openweathermap"
    },
    "split_keywords": [
        "waybar",
        " sway",
        " swaywm",
        " wayland"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5c1f77eff14b0e68b1322c02ff971d9ed515bffc4d4f489d90729fb13fcb442b",
                "md5": "ff7001bfa9f3159988b52fa8d0ec5fc9",
                "sha256": "ac2f900e5fc0ebd74729477a49760b0b072b2a7b54edbfc0206becec1ff20e7e"
            },
            "downloads": -1,
            "filename": "waybar_openweathermap-1.0.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "ff7001bfa9f3159988b52fa8d0ec5fc9",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.6",
            "size": 4716,
            "upload_time": "2024-10-16T16:03:31",
            "upload_time_iso_8601": "2024-10-16T16:03:31.950933Z",
            "url": "https://files.pythonhosted.org/packages/5c/1f/77eff14b0e68b1322c02ff971d9ed515bffc4d4f489d90729fb13fcb442b/waybar_openweathermap-1.0.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ea48bd899e860c42d128c9aa8864b79c59a507a68d64a4345075102a0a6a0e36",
                "md5": "4ffbd0fe9542cb2a155cca9c7f4cb5de",
                "sha256": "a80816882919f6c460500089d1c7526b2dd95894776b599d849d2316ee8d3113"
            },
            "downloads": -1,
            "filename": "waybar_openweathermap-1.0.3.tar.gz",
            "has_sig": false,
            "md5_digest": "4ffbd0fe9542cb2a155cca9c7f4cb5de",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.6",
            "size": 3199,
            "upload_time": "2024-10-16T16:03:33",
            "upload_time_iso_8601": "2024-10-16T16:03:33.249540Z",
            "url": "https://files.pythonhosted.org/packages/ea/48/bd899e860c42d128c9aa8864b79c59a507a68d64a4345075102a0a6a0e36/waybar_openweathermap-1.0.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-16 16:03:33",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "MrTango",
    "github_project": "waybar-openweathermap",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "waybar-openweathermap"
}
        
Elapsed time: 1.53339s