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
498 stars 206 forks source link

Add support for Indonesia TIN number #198

Closed unho closed 4 years ago

unho commented 4 years ago

Fixes #106.

unho commented 4 years ago

@arthurdejong This PR does not contain code to use the available API (more info on the #106 issue), but I don't plan to add code for it. Anyway it seems pretty simple and there are some implementations available to mimic, including one in Python.

arthurdejong commented 4 years ago

Thanks! Merged as 7112874. I don't think the API to do online validation works any more. The hope page shows a login screen and I think the PHP version you linked also does a login there. Btw, I will get around to the other pull requests but it'll take a bit of time, sorry for that.

unho commented 4 years ago

@arthurdejong Thanks. Any chance we get a release soon?

arthurdejong commented 4 years ago

@unho I plan to make a release "somewhat soonish" sorry to not be more precise but it depends a bit a available time and what should be included (mostly going over open PRs).