Santiago Álvarez
Santiago Álvarez
YDK-Py installation should check that a compatible version of the YDK library is installed. If there's a version mismatch, the user should be presented with the corresponding message. Currently, a...
As of 0.5.3, YDK generates static libraries. We should investigate generating shared libraries instead.
ydk-gen should support pyang 1.7 for model validation during generation. Currently, it requires pyang 1.6.
YANG nodes (e.g. containers, leaves, etc) may have a number of attributes (e.g. config, status, default, etc). While those are described in the API documentation, some users will need methods...
If `Decimal64` should behave as `Decimal` in existing Python package, instances can be constructed from integers, strings, floats, or tuples. Currently, floats generate an exception. ``` 2016-11-11 18:13:42,893 - ydk.providers.netconf_provider...
Datastore enum should be defined within the NetconfService namespace since it is an abstraction specific to that service. Currently, it is defined under the services namespace.
Need to provide some guidance on how to contribute to the project.