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: about 1 year 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 (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-10T17:00:09.000Z (about 6 years ago)
- Last Synced: 2025-03-21T13:12:42.856Z (about 1 year ago)
- Topics: cuba-weather, insmet, python, python-api, python-package, weather, weather-api
- Language: Python
- Size: 11.7 KB
- Stars: 4
- Watchers: 1
- 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
[](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).