sysrepo-python
sysrepo-python copied to clipboard
Python bindings for sysrepo
https://pypi.org/project/sysrepo/#history contains 1.7.2 whereas the latest version here on github is 1.7.3. Could you please update it on pypi.org? thanks!
https://pypi.org/project/sysrepo/ The section `Project links` contains a link to the homepage of the project, which links to `https://www.6wind.com/` instead of this repository, like it does for https://pypi.org/project/libyang/. Could you please...
We have a Sysrepo plugin that is subscribed as operational data provider to `/ietf-hardware:hardware/component/software` leaf, which generates a call for each `component` when `/ietf-hardware:hardware` node is requested (as expected). The...
Found via `codespell -L astroid`
``` >>> with sess.get_data_ly("/*") as data: ... data.print_file(sys.stdout, fmt="json", pretty=True) ... { } >>> with sess.get_data_ly("/ietf-hardware:*") as data: ... data.print_file(sys.stdout, fmt="json", pretty=True) ... { "ietf-hardware:hardware": { "component": [ { ......
Hi, I try to modify data in operational datastore and encounter issues. My modifications are applied but getting data fails after this operation. The modified module comes from running datastore....
Hi rjarry, I tried to modify one of your tests as below. However, it seems that this can only run successfully for one time. When I ran it for the...
Can we get sysrepo session user in rpc output? Why can NACM compare rpc user-name?
Fixes: https://github.com/sysrepo/sysrepo-python/issues/69 - switch back to devel branch - fix a test case due to this adjustment: https://github.com/sysrepo/sysrepo/issues/3306 I'm not aware of any breaking changes and the tests are passing...
Hi, are there already preparations for the upcoming release with libyang 3.x which can be tested? @rjarry @samuel-gauthier