pyWSTitulus v0.4.0
web application
Protocollazione e recupero documenti da Titulus con Python tramite interfaccia ws SOAP.
Published by UNIVERSITA' DELLA CALABRIA
Technical contact Carmelo Polimeni
Vitality:
60%
The vitality index, as explicited in the guidelines for the acquisition and reuse of software for Italian PA, is calculated according to the following four main categories:
- Code activity: the daily number of commits and merges;
- Release history: the daily number of releases;
- User community: the number of unique authors;
- Longevity: the age of the project.
The ranges of every measure can be found in the vitality-ranges.yml file.
Development status: beta
Software functionality
Protocollazioni e recupero Documenti da Titulus con Python
Università della Calabria - https://www.unical.it
detailed information
pyWSTitulus v0.4.0
web application
Last release 2021-10-15 (v0.4.0)
Type of maintenance internal
License Apache-2.0
Platforms
linux
Enabling platforms None
Compliance GDPR Design Guidelines Security Guidelines
List of dependencies
OSS
Python
Supported languages
Italian
Extended description
Protocollazione e recupero documenti da Titulus con Python tramite interfaccia ws SOAP.
Qui di seguito è presentato un esempio di recupero di un protocollo: ~~~~ from titulus_ws.protocollo import Protocollo wsclient = Protocollo(wsdl_url=PROT_URL, username=PROT_LOGIN, password=PROT_PASSW, aoo=PROTOCOLLO_AOO, anno=2018, numero=234234) # Recupera wsclient.get()
Salva i file in locale wsclient.dumpfiles()
Renderizza il documento che descrive il flusso di protocollazione (dataXML). wsclient.render_dataXML() ~~~~
The entire project code is open sourced and therefore licensed under the Apache 2.0.