<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Hi all, <br>
    <br>
    Now I'm using the code generation suites of ovirt-engine-sdk, I find
    it is very troublesome.<br>
    <br>
    IMO,&nbsp; we can simplify the process. And I want to engaged in it.<br>
    <br>
    there are two tools parse the api.xsd and generate the params.py
    code.&nbsp; They are generateds_gui.py and generateDS.py.<br>
    but there still some code can not be generate by these tools. now we
    should add these codes manually. <br>
    <br>
    the not NOT_GENERATED codes are as follow in the current&nbsp; params.py
    code:<br>
    1.&nbsp; import python module <br>
    2.&nbsp; a new attribute of GeneratedsSuper class<br>
    3.&nbsp; modify the get_root_tag function.<br>
    4.&nbsp; modify the parseString function to shut up the stdout. <br>
    5.&nbsp; _rootClassMap <br>
    6 . _elementToClassMap<br>
    7. findRootClass <br>
    <br>
    And I have two ideas about the code generation.<br>
    For we should not modify the generateDS.py tools.&nbsp; <br>
    But we can improve it. <br>
    <br>
    I think the 1, 2, 3, 7, can be hard-code, and 4, 5 and 6 can be
    configured.<br>
    So I want to add an configure file to tell how to add the extra code
    that are not generated&nbsp; by generateDS.py tools.<br>
    And&nbsp; new python program, as extension of generateDS.py to read the
    configure file and generate these codes.<br>
    <br>
    Or without the configure file, just make the new python program that
    supports an interactive commands. <br>
    <span style="color: rgb(51, 51, 51); font-family: arial, sans-serif;
      font-size: 24px; font-style: normal; font-variant: normal;
      font-weight: normal; letter-spacing: normal; line-height: normal;
      orphans: 2; text-align: -webkit-auto; text-indent: 0px;
      text-transform: none; white-space: normal; widows: 2;
      word-spacing: 0px; -webkit-text-size-adjust: auto;
      -webkit-text-stroke-width: 0px; background-color: rgb(245, 245,
      245); display: inline !important; float: none; "></span>
  </body>
</html>