1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46
|
Source: python-a38
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
Elena Grandi <valhalla@debian.org>,
Elena Grandi <elena@truelite.it>,
Enrico Zini <enrico@debian.org>,
Section: python
Priority: optional
Build-Depends:
dh-python,
python3-setuptools (>= 0.6b3),
python3-all,
debhelper-compat (= 13),
help2man,
openssl,
python3-asn1crypto,
python3-dateutil,
python3-nose2,
python3-tz,
Standards-Version: 4.5.1
Homepage: https://github.com/Truelite/python-a38/
Vcs-Git: https://salsa.debian.org/python-team/packages/python-a38.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-a38
Rules-Requires-Root: no
Package: python3-a38
Architecture: all
Depends:
${misc:Depends},
${python3:Depends},
python3-asn1crypto,
python3-dateutil,
python3-tz,
openssl,
Recommends:
python3-lxml,
python3-requests,
python3-yapf,
wkhtmltopdf,
Description: Library to generate Italian Fattura Elettronica
This library implements a declarative data model similar to Django models, that
is designed to describe, validate, serialize and parse Italian Fattura
Elettronica data.
.
The library can generate various kinds of fatture that pass validation, and can
parse all the example XML files distributed by fatturapa.gov.it
|