forked from Truelite/python-a38
-
Notifications
You must be signed in to change notification settings - Fork 0
/
publiccode.yml
67 lines (64 loc) · 1.85 KB
/
publiccode.yml
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
# This repository adheres to the publiccode.yml standard by including this
# metadata file that makes public software easily discoverable.
# More info at https://github.com/italia/publiccode.yml
publiccodeYmlVersion: '0.2'
name: A38
url: 'https://github.com/Truelite/python-a38.git'
softwareVersion: 0.1.5
releaseDate: '2022-04-01'
inputTypes:
- text/xml
outputTypes:
- text/html
- text/xml
- text/x-python
- application/pdf
- application/json
- application/x-x509-ca-cert
platforms:
- linux
- windows
- ios
categories:
- billing-and-invoicing
developmentStatus: beta
softwareType: library
dependsOn:
open:
- name: Python
versionMin: '3.5'
optional: false
maintenance:
type: internal
contacts:
- name: Truelite srl
email: [email protected]
legal:
license: Apache-2.0
mainCopyrightOwner: Truelite srl
repoOwner: Truelite srl
intendedAudience:
countries:
- it
localisation:
localisationReady: false
availableLanguages:
- en
description:
en:
shortDescription: |
parse and generate Italian Fattura Elettronica
longDescription: >
This library implements a declarative data model similar to Django models,
that is designed to describe, validate, serialize and parse Italian
Fattura Elettronica data.
Only part of the specification is implemented, with more added as needs
will arise. Anyone is welcome to implement the missing pieces they need
and send a pull request: the idea is to have a good, free (as in freedom)
library to make billing in Italy with Python easier for everyone.
The library can generate various kinds of fatture that pass validation,
and can parse all the example XML files distributed by fatturapa.gov.it
features:
- |
Implement the Italian Fattura Elettronica in a declarative data model
genericName: Library