xaal.owm


Namexaal.owm JSON
Version 0.2 PyPI version JSON
download
home_pageNone
SummaryxAAL devices for OpenWeather Map
upload_time2024-07-16 12:40:56
maintainerNone
docs_urlNone
authorNone
requires_pythonNone
licenseGPL License
keywords xaal own weather
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            xaal.owm
========
This package is a OpenWeatherMap gateway for xAAL. It provides a way to get weather information from OpenWeatherMap and send it to xAAL network.


Config & Run
------------
Edit the configuration file `owm.ini` to set your OpenWeatherMap API key and the city you want to get weather information from.

.. code-block:: ini

    [config]
    api_key   = xxxx
    place     = "Brest,FR"
    temperature   = xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
    humidity      = xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
    pressure      = xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "xaal.owm",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "xaal, own, weather",
    "author": null,
    "author_email": "Jerome Kerdreux <Jerome.Kerdreux@imt-atlantique.fr>",
    "download_url": "https://files.pythonhosted.org/packages/40/4c/07f74bb5ac6a2550c549fc0c77846e24053c2c590f708600cf963d595c9e/xaal_owm-0.2.tar.gz",
    "platform": null,
    "description": "xaal.owm\n========\nThis package is a OpenWeatherMap gateway for xAAL. It provides a way to get weather information from OpenWeatherMap and send it to xAAL network.\n\n\nConfig & Run\n------------\nEdit the configuration file `owm.ini` to set your OpenWeatherMap API key and the city you want to get weather information from.\n\n.. code-block:: ini\n\n    [config]\n    api_key   = xxxx\n    place     = \"Brest,FR\"\n    temperature   = xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\n    humidity      = xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\n    pressure      = xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\n",
    "bugtrack_url": null,
    "license": "GPL License",
    "summary": "xAAL devices for OpenWeather Map",
    "version": "0.2",
    "project_urls": null,
    "split_keywords": [
        "xaal",
        " own",
        " weather"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3765943edfd5d74ebf8033a294ee47f883b4084599e1f8eeb8ffb45e8bc289b6",
                "md5": "bff493c4213a50354938054a040f7f12",
                "sha256": "1ed35272a11e6c38bdd3162a0d166493bdd8e907072e40b0e9f55525d329ef69"
            },
            "downloads": -1,
            "filename": "xaal.owm-0.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "bff493c4213a50354938054a040f7f12",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 3197,
            "upload_time": "2024-07-16T12:40:42",
            "upload_time_iso_8601": "2024-07-16T12:40:42.377641Z",
            "url": "https://files.pythonhosted.org/packages/37/65/943edfd5d74ebf8033a294ee47f883b4084599e1f8eeb8ffb45e8bc289b6/xaal.owm-0.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "404c07f74bb5ac6a2550c549fc0c77846e24053c2c590f708600cf963d595c9e",
                "md5": "7509fb198a2b58a21585def814845e69",
                "sha256": "feda59f2d02dc5b445bd74ba079d88c8b60aa937473f20e6a3d1ac1f0096be20"
            },
            "downloads": -1,
            "filename": "xaal_owm-0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "7509fb198a2b58a21585def814845e69",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 2874,
            "upload_time": "2024-07-16T12:40:56",
            "upload_time_iso_8601": "2024-07-16T12:40:56.444700Z",
            "url": "https://files.pythonhosted.org/packages/40/4c/07f74bb5ac6a2550c549fc0c77846e24053c2c590f708600cf963d595c9e/xaal_owm-0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-07-16 12:40:56",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "xaal.owm"
}
        
Elapsed time: 1.61424s