mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2024-12-13 09:27:30 +01:00
10 lines
323 B
Plaintext
10 lines
323 B
Plaintext
|
config BR2_PACKAGE_PYTHON_PYOWM
|
||
|
bool "python-pyowm"
|
||
|
help
|
||
|
PyOWM is a client Python wrapper library for the
|
||
|
OpenWeatherMap web API. It allows quick and easy
|
||
|
consumption of OWM weather data from Python applications
|
||
|
via a simple object model and in a human-friendly fashion.
|
||
|
|
||
|
http://github.com/csparpa/pyowm
|