Fork the repository: https://github.com/sysrepo/sysrepo-python/fork Clone your own fork into your development machine: git clone https://github.com/<you>/sysrepo-python Create a new branch named after what your are working on: git checkout -b my-topic -t origin/master Edit the code...
sysrepo-python Python CFFI bindings tosysrepo. Installation pip install sysrepo This assumes thatlibsysrepo.sois installed on the system and thatsysrepo.his available in the system include dirs. Sincesysrepodepends onlibyang, the latter needs to be installed on the system as well. ...