libbatch 1.5 review

Download
by rbytes.net on

libbatch implements typical batch process functions. These functions include common SQL operations, functions for working with tem

License: GPL (GNU General Public License)
File size: 0K
Developer: Manel Cebolla Benedito
0 stars award from rbytes.net

libbatch implements typical batch process functions.

These functions include common SQL operations, functions for working with temp files, logging functions (with severity, priority, colors, and verbosity), functions that work with files and directories, and functions for using config files.

Installation:

1. untar

tar xfvz libbatch.tgz

2. Path

We can include libbatch in the same directory that have standard Python libraries. If we dont do that we'll have to include standout.py and libbatch.py in the same directory that we have the programs that use them

3. libbatch.cfg

libbatch searches for libbatch.cfg in order at the folowing paths:

$HOME/etc/libbatch.cfg
/etc/libbatch.cfg
/etc/AutoCodeGenerator/libbatch.cfg

Requirements:
Python-2.0 or higher

libbatch 1.5 keywords