mbj4668 / pyang

An extensible YANG validator and converter in python
ISC License
530 stars 342 forks source link

Added new plugin for converting yang to dictionary format #859

Open mahabir10 opened 1 year ago

mahabir10 commented 1 year ago

Added a new plugin which converts the yang file into the dictionary format. This will be helpful for the people who are trying to use the attributes of leaves, which was not previously available.

The format of dict is available in the --help of the plugin.

  1. Supports multiple modules.