MeteoGalicia-API


NameMeteoGalicia-API JSON
Version 0.1.1 PyPI version JSON
download
home_pagehttps://github.com/danieldiazi/meteogalicia-api
SummaryPython library for get info from MeteoGalicia web service. MeteoGalicia is the meteorological agency for Galicia, Spain
upload_time2023-09-01 20:49:22
maintainer
docs_urlNone
authordanieldiazi
requires_python
licenseGPLv3
keywords meteogalicia
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            

![PyPI](https://img.shields.io/pypi/v/MeteoGalicia-API)
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/MeteoGalicia-API)

Description
-----------

MeteoGalicia-API implements an interface to the MeteoGalicia Rest web services.

Documentation about MeteoGalicia web service is available at https://www.meteogalicia.gal/web/RSS/rssIndex.action?request_locale=es.

This package has been developed to be used with  [homeassistant-meteogalicia](https://github.com/Danieldiazi/homeassistant-meteogalicia)  integration for [Home-Assistant](https://home-assistant.io/)

Disclaimer
----------

This software is provided without warranty, and should therefore not be used where it may endanger life, financial stakes, or cause discomfort and inconvenience to others. Is also licensed under the GNU Public Licence version 3

Usage
-----

```python
from meteogalicia_api.interface import MeteoGalicia
meteogalicia = MeteoGalicia()
meteogalicia.get_forecast_data("32054")
meteogalicia.get_observation_data("15023")
```

Parameter id's are available at https://www.meteogalicia.gal/datosred/infoweb/meteo/docs/rss/JSON_Pred_Concello_es.pdf 

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/danieldiazi/meteogalicia-api",
    "name": "MeteoGalicia-API",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "MeteoGalicia",
    "author": "danieldiazi",
    "author_email": "dandiazde@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/f1/7b/e0b795cf55905e65403dd8dc8e2ad454041b7c71c31557c3b7285590a4a5/MeteoGalicia-API-0.1.1.tar.gz",
    "platform": "any",
    "description": "\n\n![PyPI](https://img.shields.io/pypi/v/MeteoGalicia-API)\n![PyPI - Python Version](https://img.shields.io/pypi/pyversions/MeteoGalicia-API)\n\nDescription\n-----------\n\nMeteoGalicia-API implements an interface to the MeteoGalicia Rest web services.\n\nDocumentation about MeteoGalicia web service is available at https://www.meteogalicia.gal/web/RSS/rssIndex.action?request_locale=es.\n\nThis package has been developed to be used with  [homeassistant-meteogalicia](https://github.com/Danieldiazi/homeassistant-meteogalicia)  integration for [Home-Assistant](https://home-assistant.io/)\n\nDisclaimer\n----------\n\nThis software is provided without warranty, and should therefore not be used where it may endanger life, financial stakes, or cause discomfort and inconvenience to others. Is also licensed under the GNU Public Licence version 3\n\nUsage\n-----\n\n```python\nfrom meteogalicia_api.interface import MeteoGalicia\nmeteogalicia = MeteoGalicia()\nmeteogalicia.get_forecast_data(\"32054\")\nmeteogalicia.get_observation_data(\"15023\")\n```\n\nParameter id's are available at https://www.meteogalicia.gal/datosred/infoweb/meteo/docs/rss/JSON_Pred_Concello_es.pdf \n",
    "bugtrack_url": null,
    "license": "GPLv3",
    "summary": "Python library for get info from MeteoGalicia web service. MeteoGalicia is the meteorological agency for Galicia, Spain",
    "version": "0.1.1",
    "project_urls": {
        "Homepage": "https://github.com/danieldiazi/meteogalicia-api"
    },
    "split_keywords": [
        "meteogalicia"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f17be0b795cf55905e65403dd8dc8e2ad454041b7c71c31557c3b7285590a4a5",
                "md5": "45e65ee4aff4808900f2d4370d343d64",
                "sha256": "b59f5a4e168e602c0b72733cb85c13480e385e1dfc8177d0cd5d8e498d3ed08c"
            },
            "downloads": -1,
            "filename": "MeteoGalicia-API-0.1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "45e65ee4aff4808900f2d4370d343d64",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 16042,
            "upload_time": "2023-09-01T20:49:22",
            "upload_time_iso_8601": "2023-09-01T20:49:22.394315Z",
            "url": "https://files.pythonhosted.org/packages/f1/7b/e0b795cf55905e65403dd8dc8e2ad454041b7c71c31557c3b7285590a4a5/MeteoGalicia-API-0.1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-09-01 20:49:22",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "danieldiazi",
    "github_project": "meteogalicia-api",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "lcname": "meteogalicia-api"
}
        
Elapsed time: 1.30024s