2010-05-01  Hartmut Goebel <h.goebel@goebel-consult.de>

	setup.py, README.txt: Updated to match requirements Python
	>=2.5,<3.0 and argparse.

2010-05-01  Hartmut Goebel <h.goebel@goebel-consult.de>

	openvas/omplib/cmd.py: subcommand 'get-status' now lists all
	reports if task uuids are passed and accepts more then a single
	task uuid. Changed format of time-stamp in report list to `%Y-%m-%d
	%H:%M:%S`. Updated help text.

	openvas/omplib/cmd.py: enhanced engine for generating help from
	sub-commands __doc__-string: First line gets help for `omp-cli
	--help`, full text becomes `description` for subcommand help.

	openvas/omplib/cmd.py: Suppress Python trace-back when OMP command
	fails. Simply print error message and fail.

	openvas/omplib/__init__.py (get_task_status): Tread xml-children
	'process' and 'reports' special.

2010-04-28  Hartmut Goebel <h.goebel@goebel-consult.de>

	openvas/omplib/__init__.py (get_task_status): New optional
	argument 'xml_result'. Argument 'task_id' is optional now. No
	longer returns status but dict(s) with the tasks data.

	openvas/omplib/cmd.py: subcommands 'help' and 'xml' did not work
	at all. Fixed.

	openvas/omplib/cmd.py: subcommand 'get-status' now returns a list
	of reports for each task (as far as reports are reported by OMP
	get_report_response).

2010-04-23  Hartmut Goebel <h.goebel@goebel-consult.de>

	Starting package "bindings/python/openvas.omplib" (pure-python OMP
	client library).
