libbatch 1.5 review
Downloadlibbatch implements typical batch process functions. These functions include common SQL operations, functions for working with tem
|
|
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 search tags