File: publiccode.yml

package info (click to toggle)
python-a38 0.1.8-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 440 kB
  • sloc: python: 4,065; xml: 174; makefile: 80; sh: 14
file content (67 lines) | stat: -rw-r--r-- 1,899 bytes parent folder | download
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.8
releaseDate: '2024-01-10'
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.11'
      optional: false 
maintenance:
  type: internal 
  contacts:
    - name: Truelite srl 
      email: a38@truelite.it
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