中国行政区域数据
Project description
中国行政区域数据
根据中国政府网站中的数据处理而成。
from china_region_data import 省级行政区域, 市级行政区域, 县级行政区域
for 省级行政地区 in 省级行政区域:
print(省级行政地区)
for 市级行政地区 in 省级行政地区.下级行政区域:
print(" ", 市级行政地区)
for 县级行政地区 in 市级行政地区.下级行政区域:
print(" ", 县级行政地区)
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
china-region-data-0.1.0.tar.gz
(30.6 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file china-region-data-0.1.0.tar.gz.
File metadata
- Download URL: china-region-data-0.1.0.tar.gz
- Upload date:
- Size: 30.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.0.0 CPython/3.7.4 Windows/10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
da4b7575bd63c3284da73aac82aadd93db2b6d565031704c1c82dfa9296dca2b
|
|
| MD5 |
0f07e5e65e572c432b779a1d911ea43e
|
|
| BLAKE2b-256 |
27260b555e63d637894151dfa90a8812ecc2e444615eb066132f653065c6b700
|
File details
Details for the file china_region_data-0.1.0-py3-none-any.whl.
File metadata
- Download URL: china_region_data-0.1.0-py3-none-any.whl
- Upload date:
- Size: 32.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.0.0 CPython/3.7.4 Windows/10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
213feefc66dca127289714fe21e65991d82f8e74b5f22767675c0900a3b43567
|
|
| MD5 |
d31b47e36f4c0921eb86507c7a7fe146
|
|
| BLAKE2b-256 |
8f3822a70cfdf75a2a222e21271d132d350f2115f2f9a4f7340e12b60debb9b3
|