Metadata-Version: 2.1
Name: cuba_weather_redcuba
Version: 0.0.11
Summary: Python3 client for (https://www.redcuba.cu) weather API
Home-page: https://github.com/cuba-weather/cuba-weather-redcuba-python
Author: Cuban Open Source Community
License: MIT
Description: # Cuba Weather Red Cuba Python
        
        [![License: MIT](https://img.shields.io/badge/License-MIT-brightgreen.svg)](https://opensource.org/licenses/MIT)
        
        Application programming interface of the Cuba Weather project for [www.redcuba.cu](https://www.redcuba.cu) implemented in Python.
        
        ## Install
        
        ```bash
        pip install cuba-weather-redcuba
        ```
        
        or
        
        ```bash
        pip install git+https://github.com/cuba-weather/cuba-weather-redcuba-python
        ```
        
        You can also clone or download this repository and at the root of the project do:
        
        ```bash
        pip install .
        ```
        
        - To see examples of use, follow this [link](example/README.md).
        
        - To see the changelog, follow this [link](CHANGELOG.md).
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
