cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
797
Views
0
Helpful
1
Replies

Is there any difference between YDK and pyang w.r.t Python bindings?

Hi,

Is there any difference between YDK and pyang w.r.t Python bindings?

 

which one has more coverage.

 

Regards,
Rajesh

1 Reply 1

saalvare
Cisco Employee
Cisco Employee

 

Note that YDK provides much more than language bindings.  It provides very comprehensive data validation (e.g. type, value, semmantics, etc) w/o the need to write a single line of code.  Also, YDK provides services and providers that allow you to do interesting things with your data (e.g. configure a device using NETCONF or gNMI).

 

What pyang python bindings are you referring to?  I'd have to take a look at those to be able to comment further. Thanks.