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

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

Python OpenWeatherMap interface for CubaWeather Project
https://github.com/cuba-weather/cuba-weather-owm-python

Last synced: 6 months ago
JSON representation

Python OpenWeatherMap interface for CubaWeather Project

Awesome Lists containing this project

README

          

# Cuba Weather OWM Python

[![License: MIT](https://img.shields.io/badge/License-MIT-brightgreen.svg)](https://opensource.org/licenses/MIT)

Python OpenWeatherMap interface for CubaWeather Project

## Install

```bash
pip install cuba-weather-owm
```

or

```bash
pip install git+https://github.com/cuba-weather/cuba-weather-owm-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).