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 Japan Corporate Number #157

Closed alanhett closed 4 years ago

alanhett commented 5 years ago

Added support for Japanese Corporate Number as detailed in this issue: https://github.com/arthurdejong/python-stdnum/issues/142

arthurdejong commented 4 years ago

Hi Alan,

Thanks for providing this implementation. I've only made a few minor changes and added some tests from https://my-number-kun.herokuapp.com/

Thanks!

alanhett commented 4 years ago

Cool, thank you!