generic functions
In order to maximize the work done, an effort to make available also the generic functions is carried out with this script. Most of them follow a similar structure:

        $ python generic.py -o [operation] -S [values]
      
In most of the cases [values] is a string which contains a list of values separated by a character [sep], becomming the value as:

      [values]=[val1][sep][val2][sep][...[valN]]
One can obtain all the list of operations and their instructions by demanding to the script:

        $ python generic.py -o list_operations
      
For almost all operations, one can obtain all the help of a specific operation by:

        $ python generic.py -o [operation] -S h
      
One should be able to obtain an example of execution by

        $ cat generic.py | grep [operation] | grep 'e.g.'
      
Available operations: