Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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

cuba-weather insmet python python-api python-package weather weather-api

Last synced: 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# Cuba Weather InsMet 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.insmet.cu](https://www.insmet.cu) implemented in Python.

## Install

```bash
pip install cuba-weather-insmet
```

or

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