Jetconf is an implementation of the RESTCONF protocol written in Python 3.
Main features:
- HTTP/2 over TLS, certificate-based authentication of clients
- JSON data encoding
- Per-user candidate datastores with transactions
- Support for NACM
Python 3.5 or newer is required:
~$ apt-get install python3 ~$ apt-get install python3-pip
Jetconf can be installed by PyPI:
$ python3 -m pip install jetconf
~$ jetconf -c <path_to_config_file.yaml>