epsman.repo.jobJSON module

epsman

Local python script for job JSON file writing.

Can be called from Fabric for remote run case, only requires standard libs + local nbDetails file defining jobs.

Currently duplicates some functions in _repo.py and remoteUploads.py in stripped-down form.

22/01/20

epsman.repo.jobJSON.readNBdetailsJSON(jsonProcFile)[source]

Read previously written nbDetails dictionary from JSON file.

See _repo.readNBdetailsJSON() for local version.

epsman.repo.jobJSON.writeNBdetailsJSON(jsonProcFile, nbDetails)[source]

Write nbDetails dictionary to JSON file.

See _repo.writeNBdetailsJSON() for local version.