pyvat
pyvat copied to clipboard
VAT validation for Python
this is a new take on #43 - drop python version
Hi, pyvat.is_vat_number_format_valid("ATU76127777") => is True pyvat.is_vat_number_format_valid("76127777", country_code="AT") => is False but should be also True I could private a fix if the maintainer except that this is a bug.
Hi, I tried validating this VAT code for Finland: '12345678--' and it returned True, even though it contains two dashes in the end (which is not ok). Maybe you could...
This pr bumps the version to 1.3.16 for a new release (#52) additionally it puts the version number in a separate python file and setup reads from there (single source...
Could you cut a release that includes the Ireland VAT changes from February? I'm looking to repackage this for the fedora ecosystm and I'd like to be able to pull...
``` ====================================================================== 1) ERROR: check_vat_number('..', country_code='..') ---------------------------------------------------------------------- Traceback (most recent call last): tests/test_validators.py line 257 in test_dk__country_code check_vat_number(vat_number, country_code) pyvat/__init__.py line 212 in check_vat_number country_code) pyvat/registries.py line 133 in check_vat_number...
We use an async approach to all of our API's. As such I took the liberty on creating an aiohttp equivalent of pyvat. Is this something to consider including into...
As far as I can see from the code, it does not implement the VAT rate change from Germany (DE), which was 16% in 2020: https://www.avalara.com/vatlive/en/vat-news/german-vat-rate-returns-to-19--1-jan-2021.html Is there any concept...
We (ungleich.ch) are interested in using this module with residency in CH. Basically the rule set that applies is: * CH to CH sale: 7.7% at the moment (8% before)...