My favorites | Sign in
Project Home Downloads Wiki Issues Source
Project Information
Members
Links

Installation

$ easy_install codicefiscale

Getting the code

$ svn checkout http://pycodicefiscale.googlecode.com/svn/trunk/ pycodicefiscale

A quick example

>>> import datetime
>>> from codicefiscale import build
>>>
>>> build('Rocca', 'Emanuele', datetime.datetime(1983, 11, 18), 'M', 'D969')
'RCCMNL83S18D969H'

See http://pypi.python.org/pypi/codicefiscale/ for more information.

Powered by Google Project Hosting