Add more alias for stdnum.vatin to work for more countries by unho · Pull Request #318 · arthurdejong/python-stdnum

@unho

@unho

According to the documentation in the stdnum.md.idno module, the IDNO is used
in Moldavia as unique identifier for legal entities.

@unho

@unho

arthurdejong

"""Collection of Liechtenstein numbers."""

# provide aliases
from stdnum.li import peid as vat # noqa: F401

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

arthurdejong

"""Collection of Moldavian numbers."""

# provide aliases
from stdnum.md import idno as vat # noqa: F401

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

arthurdejong

"""Collection of Ukrainian numbers."""

# provide aliases
from stdnum.ua import edrpou as vat # noqa: F401

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

arthurdejong

"""Collection of South Africa numbers."""

# provide aliases
from stdnum.za import tin as vat # noqa: F401

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

arthurdejong

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please see the other comments