File_combine
support the same format files combine, kinds of operation
...Then we want summury these files, with many kind of operations, such as time start, time end, some value's addition , subduction, simply content replace and so on.
I provide a frame work file to deal the operation with the name file_parse.py. Self define function file names external_fun.py. The file combine configure file names example.ini. and two examle html file example_a.html, example_b.html. you can easily run it in command line: python file_parse.py. it will generate example file according to the rule(example.ini).
...