-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Labels
Description
In a similar way as Cisco YANG suite (no more in YC.O) or Cisco YANG explorer (the latter being public domain), from a module tree view it MUST be possible to select several leaves / nodes and to generate Python code for the user.
This code would enable getting/modifying the values of those leaves.
PYANG may be used as a back-end. Of course, the generated code would be more like a template and would rely/import on existing Python to actually issue NETCONF requests and parse XML (if required).
@bclaise would you mind asking Jean Q. if he remembers the Python modules he used ?