An open API service indexing awesome lists of open source software.

https://github.com/cuba-weather/cuba-weather-redcuba-python

Application programming interface of the Cuba Weather project for redcuba.cu implemented in Python.
https://github.com/cuba-weather/cuba-weather-redcuba-python

cuba-weather python python-package redcuba weather weather-api

Last synced: 4 months ago
JSON representation

Application programming interface of the Cuba Weather project for redcuba.cu implemented in Python.

Awesome Lists containing this project

README

          

# 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).