Skip to main content

获取国内城市天气

Project description

weatherCN

  • 获取国内城市天气情况

  • 名称同时支持中英文(中文请使用unicode字符串)

  • 暂时只支持Python 2

安装方法

pip install weatherCN

使用方法

## 简单使用

from weatherCN import weatherCN print weatherCN.currentWeather(u’上海’) print weatherCN.currentWeather(‘qingdao’)

## 进阶使用

from weatherCN import weatherCN cityId = weatherCN.getCity(‘shanghai’) weatherData = weatherCN.getWeather(cityId)

其他具体使用,请参看help。

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

WeatherCN-0.1.2.tar.gz (2.6 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page