Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/stdnum/be/nn.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix file headersArthur de Jong2023-08-061-1/+1
| | | | | This improves consistency across files and fixes some files that had an incorrect file name reference.
* Add Belgian BIS NumberJeff Horemans2023-06-251-3/+6
| | | | Closes https://github.com/arthurdejong/python-stdnum/pull/418
* Handle (partially) unknown birthdate of Belgian National ↵Jeff Horemans2023-06-191-13/+78
| | | | | | | | | | Number This adds documentation for the special cases regarding birth dates embedded in the number, allows for date parts to be unknown and adds functions for getting the year and month. Closes https://github.com/arthurdejong/python-stdnum/pull/416
* Add functionality to get gender from Belgian National NumberJeff Horemans2023-04-291-5/+23
| | | | | | This also extends the documentation for the number. Closes https://github.com/arthurdejong/python-stdnum/pull/347/files
* Compute birth date from Belgian National NumberCédric Krier2022-03-211-4/+19
| | | | Closes https://github.com/arthurdejong/python-stdnum/pull/288
* Add Belgian National NumberCédric Krier2022-01-021-0/+93
Closes https://github.com/arthurdejong/python-stdnum/pull/284