jxlwqq / id-validator.py

中华人民共和国居民身份证、中华人民共和国港澳居民居住证以及中华人民共和国台湾居民居住证号码验证工具(Python 版)
https://pypi.org/project/id-validator/
MIT License
360 stars 85 forks source link

Add age to the return info dict. #9

Closed NamelessUzer closed 5 years ago

NamelessUzer commented 5 years ago

Add age to the return info dict.

jxlwqq commented 5 years ago

年龄不是一个较为恒定的值,建议用用当前年份减去出生年份的方式获得。