Source: codicefiscale
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Elena Grandi <valhalla-d@trueelena.org>
Section: python
Priority: optional
Build-Depends:
 debhelper (>= 9),
 dh-python,
 python3-all,
 python3-setuptools,
 python-all (>= 2.6.6-3),
 python-setuptools (>= 0.6b3),
Standards-Version: 3.9.8
Homepage: https://github.com/ema/pycodicefiscale
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/codicefiscale.git
Vcs-Browser: https://anonscm.debian.org/git/python-modules/packages/codicefiscale.git

Package: python-codicefiscale
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
Description: Generate and validate Italian "codice fiscale" (Python 2.x)
 This Python library works with Italian fiscal codes for natural persons
 (the local equivalent to SSN in the USA) and allows one to:
  * generate a realistic code from given data;
  * calculate the control code;
  * extract data from an existing code: birthday and sex.
 .
 This package provides Python 2.x version of codicefiscale.

Package: python3-codicefiscale
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Description: Generate and validate Italian "codice fiscale" (Python 3.x)
 This Python library works with Italian fiscal codes for natural persons
 (the local equivalent to SSN in the USA) and allows one to:
  * generate a realistic code from given data;
  * calculate the control code;
  * extract data from an existing code: birthday and sex.
 .
 This package provides Python 3.x version of codicefiscale.