KG5321 / pyvieslib

Python library for validating VIES numbers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PyVIESLib

PyVIESLib is a Python library for validating VIES numbers

Installation

Use the package manager pip to install pyvieslib.

pip install pyvieslib

Usage

from pyvieslib import PyViesLib

vvl = PyViesLib()
vvl.check_vies("PL1234567890") # returns False

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

TODO

  • Write proper tests
  • Finish validators for all countries

License

MIT

About

Python library for validating VIES numbers

License:MIT License


Languages

Language:Python 100.0%