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
495 stars 205 forks source link

No validation found for Belgium card No #282

Closed amatmv closed 2 years ago

amatmv commented 2 years ago

Morning,

I am figuring how to validate a Belgium card No. The document described in https://en.wikipedia.org/wiki/Belgian_identity_card

For belgium I am only finding documents iban and the Belgian enterprise number. But there is the personal card No, that has 12 digits.

Maybe a PR is needed?

arthurdejong commented 2 years ago

There are two numbers mentioned on that page:

amatmv commented 2 years ago

I am referring to the identiteitskaartnummer. I can not validate it with the stdnum lib.

cedk commented 2 years ago

For this has been implemented in #284