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 47 48
|
.gitignore
CHANGELOG.md
LICENSE
MANIFEST.in
Makefile
README.md
a38tool
a38tool.md
document-a38
download-docs
publiccode.yml
requirements-devops.txt
requirements-lib.txt
setup.cfg
setup.py
test-coverage
.github/workflows/py.yml
a38/__init__.py
a38/builder.py
a38/codec.py
a38/consts.py
a38/crypto.py
a38/diff.py
a38/fattura.py
a38/fattura_semplificata.py
a38/fields.py
a38/models.py
a38/render.py
a38/traversal.py
a38/trustedlist.py
a38/validation.py
a38.egg-info/PKG-INFO
a38.egg-info/SOURCES.txt
a38.egg-info/dependency_links.txt
a38.egg-info/requires.txt
a38.egg-info/top_level.txt
doc/.gitignore
doc/README.md
stubs/__init__.pyi
stubs/dateutil/__init__.pyi
stubs/dateutil/parser.pyi
tests/test_fattura.py
tests/test_fields.py
tests/test_models.py
tests/test_p7m.py
tests/data/dati_trasporto.xml
tests/data/test.txt.p7m
tests/data/unicode.xml
|