Skip to content

hbx286/id-region

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

example

from id_region import get_id_info
id_info = get_id_info('110101199003075678')
'''
id_info is a dict
output just like:
{
    'sex': int,
    'birthday': date,
    'abandoned': False if address_code.get(code['address_code']) else True,
    'address': '',
    'country': '中国',
    'province': 'xx',
    'city': 'xx',
    'district': 'xxx'
}
'''

About

find id region from id card

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages