Functions        
append_text(text, fn)
Append text to a file
basename(sp)
Get the basename - like the Unix command
delete_nlines(q, ln, fn)
Delete q lines from ln in file fn
q:quantity of lines to delete | ln:line number | fn: filename
dirname(sp)
Return the dirname - like the Unix command
mkdir(dn)
Make a new directory - like the Unix command 'mkdir -p'
now()
Get the current time as YYMMDD-HHMMSS
progname()
Get the program name
read_json(fn)
Read json file and return as a dict
read_record_jar(fn)
Read record-jar file and return as a dict
read_text(fn)
Read text from a file
utcnow()
Get the current UTC time as ISO 8601 YYYYMMDDTHHMMSSZ
write_json(dic, fn)
Write dict to json file
write_text(text, fn)
Overwrite text to a file
writezip(indir, outzip)
Create a zip file

 
Data
        TIMESTAMP = '240108-204538'
ZM = {'creator': 'M.T. Carrasco Benitez', 'date': '2023-11-01', 'description': 'module for Zorro', 'interpreter_file': '/usr/local/bin/python3', 'rights': 'CC BY-SA - Creative Commons Attribution-ShareAlike', 'title': 'Zorro module', 'version': '2'}
executable = '/usr/local/bin/python3'