Skip to content
Abhi Keshav edited this page Mar 15, 2016 · 8 revisions

ydk-gen

ydk-gen makes use of the pyang library to generate python model API from yang models. ydk-gen uses pyang to parse the yang models to generated a data structure tree (called 'Expanded Model API'). These data structures are then passed to the python module printer which prints the python model API modules.

The above diagram gives a broad overview of ydk-gen.

Clone this wiki locally