Metadata-Version: 2.1
Name: MeteoGalicia-API
Version: 0.0.5
Summary: Python library for get info from MeteoGalicia web service. MeteoGalicia is the meteorological agency for Galicia, Spain
Home-page: https://github.com/danieldiazi/meteogalicia-api
Author: danieldiazi
Author-email: dandiazde@gmail.com
License: GPLv3
Description: 
        
        ![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 
        
Keywords: MeteoGalicia
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Natural Language :: English
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Description-Content-Type: text/markdown
