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.
- Host: GitHub
- URL: https://github.com/cuba-weather/cuba-weather-redcuba-python
- Owner: cuba-weather
- License: lgpl-3.0
- Created: 2020-01-30T04:18:00.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-10T17:04:18.000Z (over 5 years ago)
- Last Synced: 2025-05-12T16:57:57.951Z (5 months ago)
- Topics: cuba-weather, python, python-package, redcuba, weather, weather-api
- Language: Python
- Homepage: https://cubaweather.app
- Size: 15.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- 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 Red Cuba Python
[](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).