Skip to main content

The most simple way to get China city weather through python.

Project description

weatherChina

The most simple way to get China city weather through python. 一行代码查询近7日天气,pip一键安装,数据来源于中国天气网,只支持python3

Install

pip3 install weatherChina

Usage

demo:

import weatherChina
# 快速使用
# 主城区
weather=weatherChina.getWeatherByNames('上海','上海')
weather=weatherChina.getWeatherByNames('安徽','合肥','合肥')

# 其它
weather=weatherChina.getWeatherByNames('上海','浦东')
weather=weatherChina.getWeatherByNames('西藏','日喀则','萨迦')
#
print(weather)


# 查看所有地区、以及每个区域的id信息
regionData=weatherChina.getRegionData()
print(regionData)

# 查询地区的id
regionId=weatherChina.getRegionId('北京','朝阳')
regionId=weatherChina.getRegionId('安徽','合肥','合肥')
print(regionId)

# 根据id查询近7日天气
weather=weatherChina.getWeatherById(regionId)
print(weather)
# {'lowTemp': ['3', '5', '0', '1', '3', '4', '2'], 'highTemp': ['14', '15', '10', '9', '14', '17', '18'], 'detail': ['多云', '小雨', '小雨转晴', '晴', '多云转晴', '晴', '晴']}

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

weatherChina-0.0.0.6.tar.gz (3.5 kB view details)

Uploaded Source

Built Distribution

weatherChina-0.0.0.6-py3-none-any.whl (59.7 kB view details)

Uploaded Python 3

File details

Details for the file weatherChina-0.0.0.6.tar.gz.

File metadata

  • Download URL: weatherChina-0.0.0.6.tar.gz
  • Upload date:
  • Size: 3.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.41.0 CPython/3.7.6

File hashes

Hashes for weatherChina-0.0.0.6.tar.gz
Algorithm Hash digest
SHA256 5716356e5121241d69663900c2584f30c257a2fe9e097a220c172867709f0a22
MD5 b4b678caec7dc0dbe3a4e5d11b30e953
BLAKE2b-256 19a2c280923d7036852cf3daf6be2010e96eb7ae661a9113433a58cd888304e0

See more details on using hashes here.

File details

Details for the file weatherChina-0.0.0.6-py3-none-any.whl.

File metadata

  • Download URL: weatherChina-0.0.0.6-py3-none-any.whl
  • Upload date:
  • Size: 59.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.41.0 CPython/3.7.6

File hashes

Hashes for weatherChina-0.0.0.6-py3-none-any.whl
Algorithm Hash digest
SHA256 ba260e22515d3ce92a71f807459bdf92926bcccccd4d7bde41d5014b30cb48b1
MD5 c11ffd5bbdccabad758846fba03a1360
BLAKE2b-256 c1774ae54301c23d45f0eff81b1d43e5aca5af93b28db04c77207fd868972695

See more details on using hashes here.

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