Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/cuba-weather/cuba-weather-insmet-python
- Owner: cuba-weather
- License: lgpl-3.0
- Created: 2020-02-11T17:31:50.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-10T17:00:09.000Z (almost 5 years ago)
- Last Synced: 2024-09-30T19:36:11.697Z (4 months ago)
- Topics: cuba-weather, insmet, python, python-api, python-package, weather, weather-api
- Language: Python
- Size: 11.7 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
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).