CINvalidator

China Citizen Identification Number Validator


License
Apache-2.0
Install
pip install CINvalidator==0.0.5

Documentation

CIN-validator

China Citizen Identification (CIN) Number Validator

Install

apt-get install -y python-pip
pip install CINvalidator

Usage

import CINvalidator

if CINvalidator.CINvalidator(441234197001011111):
    pass # Actions when the CIN is true.
else:
    pass # Actions when the CIN is false.

References

Contribution

License

Licensed under the Apache License, Version 2.0