From a29f6b07eb2446398d1b29af244b883233f0a650 Mon Sep 17 00:00:00 2001 From: Ladislav Lhotka Date: Mon, 19 Dec 2016 13:42:48 +0100 Subject: [PATCH] Update README. --- README.rst | 31 ++++++++++++++++++++++++------- 1 file changed, 24 insertions(+), 7 deletions(-) diff --git a/README.rst b/README.rst index c02adb5..a395637 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 -- GitLab