All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Namespaces | Functions | Variables
root_metadata.py File Reference

Go to the source code of this file.

Namespaces

 

Functions

def python.root_metadata.convert_1_adler32_to_0_adler32
 
def python.root_metadata.enstoreChecksum
 
def python.root_metadata.fileEnstoreChecksum
 
def python.root_metadata.get_external_metadata
 

Variables

 python.root_metadata.myargv = sys.argv
 
 python.root_metadata.Parser = argparse.ArgumentParser\
 
string python.root_metadata.help = "JSON file to write the output to [default: screen]"
 
tuple python.root_metadata.args = Parser.parse_args()
 
tuple python.root_metadata.md = get_external_metadata(args.InputFile)
 
tuple python.root_metadata.mdtext = json.dumps(md, indent=2, sort_keys=True)
 
tuple python.root_metadata.outputFile = open(args.OutputFile, 'w')