python-wunderground:Weather Underground API 的简单 python 包装器

时间:2021-06-26 20:51:48
【文件属性】:
文件名称:python-wunderground:Weather Underground API 的简单 python 包装器
文件大小:5KB
文件格式:ZIP
更新时间:2021-06-26 20:51:48
Python python-wunderground API 的简单 python 包装器 ##要求 您需要 API 密钥才能使用它。 您可以免费获得 ##用法 >> > import wunderground >> > weather = Conditions ( "APIkey" , "zagreb" , "croatia" ) >> > print weather . condition () Mostly Cloudy >> > print weather . temperature_celsius () 2 >> > forecast = Forecast ( "APIkey" , "zagreb" , "croatia" ) >> > print forecast . wind ( 7 ) { 'direction' : u'NNE' , 'speed' : 14 } >> > we
【文件预览】:
python-wunderground-master
----License(1KB)
----README.md(908B)
----python-wunderground()
--------parse.py(419B)
--------wunderground.py(6KB)
----.gitattributes(378B)
----test()
--------unit_test.py(1KB)
--------__init__.py(0B)

网友评论