Skip to main content

A simple Package to deal with Mainland ID Card Number.(一个用来处理大陆身份证号码的小包)。

Project description

SFZ

A simple Package to deal with Mainland ID Card Number. 一个用来处理大陆身份证号码的小包。

用法

先安装啦~

pip3 install sfz

然后引入这个包:

from sfz import *

获得户籍归属地

正常情况下会返回地址,否则返回 "Unknown"。

>>> s = "432503197505028819"
>>> object = Sfz(s)                                                  
>>> object.loc()
'湖南省娄底地区涟源市'

获得性别

>>> object.gender()
'男'

地址列表來自:https://gist.github.com/mayufo/4207ed3fa925e6b3df7559832af85165

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

sfz-0.0.2.tar.gz (34.0 kB view hashes)

Uploaded Source

Built Distribution

sfz-0.0.2-py3-none-any.whl (34.3 kB view hashes)

Uploaded Python 3

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