Skip to content

Zheaoli/idcard

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

idcard

get info from id card number

install

pip install idcard

usage

import idcard
print(idcard.parse('1234567890'))
{'province': u'湖南', 'city': '长沙', 'gender': 'male', 'police_station_code': '62', 'district': '雨花区', 'birthday': '2000-01-01 00:00:00', 'valid': True}

About

get info from id card number

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%