arthurdejong / python-stdnum

A Python library to provide functions to handle, parse and validate standard numbers.
https://arthurdejong.org/python-stdnum/
GNU Lesser General Public License v2.1
484 stars 203 forks source link

Added Indian virtual identity number #428

Closed deolekar closed 3 months ago

deolekar commented 4 months ago

added vid.py. VID is a temporary, revocable 16-digit random number mapped with India's personal identity number - Aadhaar.

arthurdejong commented 3 months ago

Hi @deolekar,

Thanks for providing this implementation. It has been merged as 7cba469.

deolekar commented 3 months ago

Thanks for merging my PR