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
- Host: GitHub
- URL: https://github.com/cuba-weather/cuba-weather-owm-python
- Owner: cuba-weather
- License: lgpl-3.0
- Created: 2020-02-12T14:22:53.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-10T16:59:06.000Z (over 5 years ago)
- Last Synced: 2025-03-15T14:03:51.102Z (7 months ago)
- Language: Python
- Size: 30.3 KB
- Stars: 2
- 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 OWM Python
[](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).