diff --git a/README.rst b/README.rst index c02adb59279ab8fcd40e4272e109893e0f986fb5..a395637a6e255554ec0ab6fed3f1418603b17703 100644 --- a/README.rst +++ b/README.rst @@ -7,14 +7,31 @@ JetConf :Author: Pavel Špírek :Date: |date| -HTTP/2 RESTCONF implementation. +*JetConf* is an implementation of the RESTCONF_ protocol written in +Python 3. Main features: -Development -=========== +* HTTP/2 over TLS, certificate-based authentication of clients -* devinstall_ – installation of the development environment, +* JSON data encoding -* `tools-rules`_ – development tools and rules. +* Per-user candidate datastores with transactions -.. _devinstall: https://gitlab.labs.nic.cz/labs/jetconf/wikis/devinstall -.. _tools-rules: https://gitlab.labs.nic.cz/labs/jetconf/wikis/tools-rules +* Support for NACM_ + +Installation +============ + +:: + python -m pip install yangson + +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