lists.arthurdejong.org
RSS feed

python-stdnum branch master updated. 2.1-5-gdeb0db1

[Date Prev][Date Next] [Thread Prev][Thread Next]

python-stdnum branch master updated. 2.1-5-gdeb0db1



This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "python-stdnum".

The branch, master has been updated
       via  deb0db15da3795bf9d7cf5213e6fdbac6f2407f9 (commit)
      from  1773a91efdb3d607ddbb5f56a823d74428cadbad (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
https://arthurdejong.org/git/python-stdnum/commit/?id=deb0db15da3795bf9d7cf5213e6fdbac6f2407f9

commit deb0db15da3795bf9d7cf5213e6fdbac6f2407f9
Author: Joni Saarinen <joni.saarinen@onebyte.fi>
Date:   Thu Jun 5 10:34:58 2025 +0300

    Add personal id and business id alias for Estonia
    
    Closes https://github.com/arthurdejong/python-stdnum/pull/476

diff --git a/stdnum/ee/__init__.py b/stdnum/ee/__init__.py
index 9662449..3a7e959 100644
--- a/stdnum/ee/__init__.py
+++ b/stdnum/ee/__init__.py
@@ -22,5 +22,7 @@
 
 from __future__ import annotations
 
-# provide vat as an alias
+# provide aliases
+from stdnum.ee import ik as personalid  # noqa: F401
 from stdnum.ee import kmkr as vat  # noqa: F401
+from stdnum.ee import registrikood as businessid  # noqa: F401

-----------------------------------------------------------------------

Summary of changes:
 stdnum/ee/__init__.py | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
python-stdnum