Skip to content

CZ-NIC/jetconf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jetconf

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 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

Run Jetconf

~$ jetconf -c <path_to_config_file.yaml>

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published