Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/test_be_nn.doctest
Commit message (Collapse)AuthorAgeFilesLines
* Add Belgian BIS NumberJeff Horemans2023-06-251-0/+8
| | | | Closes https://github.com/arthurdejong/python-stdnum/pull/418
* Handle (partially) unknown birthdate of Belgian National ↵Jeff Horemans2023-06-191-2/+47
| | | | | | | | | | 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-0/+6
| | | | | | 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-0/+42
Closes https://github.com/arthurdejong/python-stdnum/pull/288