Metadata-Version: 2.1
Name: pyvieslib
Version: 0.6
Summary: Library for VIES number validation
Home-page: https://github.com/KG5321/pyvieslib
Author: KG5321
Author-email: konradgebler1@gmail.com
License: MIT
Download-URL: https://github.com/KG5321/pyvieslib/archive/0.5.tar.gz
Description: # PyVIESLib
        
        PyVIESLib is a Python library for validating VIES numbers
        
        ## Installation
        
        Use the package manager [pip](https://pip.pypa.io/en/stable/) to install foobar.
        
        ```bash
        pip install pyvieslib
        ```
        
        ## Usage
        
        ```python
        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](https://choosealicense.com/licenses/mit/)
Keywords: vies,nip,validation,eu,vat,number
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.8
Description-Content-Type: text/markdown
