TODO to integrate with ORM relational databases.
$ python3 -m pip install --no-cache-dir --upgrade py-laxz
$ pylaxz --help # for options
$ pylaxz -N --help # for Network options
$ pylaxz -S --help # for System options
$ pylaxz -L --help # for SHELL options
$ python3 -m pylaxz -h
>>> from pylaxz.utils.logxs import printf
>>> printf(ANYTHING)
if you have time :
>>> import pylaxz
>>> dir(pylaxz)
>>> help(pylaxz)
- printf is logger function and works well with various python's data types
- and also with numpy's data shapes.