pycodicefiscale
pycodicefiscale copied to clipboard
Python library for handling Italian fiscal code, officially known as Italy's Codice Fiscale
I added the support for omocodie [http://it.wikipedia.org/wiki/Omocodia] and added a check using the control code in isvalid function.
Ciao, the version that is uploaded on PyPi, does not include the basestring import magic you made in the last commits (and thus does not support Python 3). Please, can...
There is an error when the last name is 3 characters long and contains an apostrophe. E.g.: FO'
Could you please add the tests.py file to your next release tarball? while the git repo is of course better for developement, having tests in the tarball is useful to...
Ciao Emanuele! I added a get_municipality function. The codes are taken from agenzia delle entrate with this script: ``` python from pyquery import PyQuery from string import uppercase data =...