AST-1097 Extend python bindings of DpInfo constructor
This MR add the arguments to the python bindings of the DPInfo constructor, and adds the corresponding properties.
Additionally two minor mistakes is the python bindings are corrected. The mistakes were
- missing
__init__.py
install - possible call to finish() method of a non-existant next step.
Edited by Bas van der Tol