.. |date| date:: ******* JetConf ******* :Author: Pavel Špírek :Date: |date| *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_ Installation ============ :: python -m pip install jetconf Note that *JetConf* requires Python 3.5. Links ===== * `Git repository`_ * `Documentation`_ .. _RESTCONF: https://tools.ietf.org/html/draft-ietf-netconf-restconf-18 .. _NACM: https://datatracker.ietf.org/doc/rfc6536/ .. _Git repository: https://github.com/CZ-NIC/jetconf .. _Documentation: https://gitlab.labs.nic.cz/labs/jetconf/wikis/home