network-analytics / yangkit

Yangkit is a toolkit for YANG(RFC7950) data model language including YANG parser,YANG data and other tools.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Yangkit

overview

Yangkit is a toolkit for YANG(RFC7950) data model language including YANG parser,YANG data and other tools.

Yangkit components

Installation

From source

git clone https://github.com/yang-central/yangkit.git

and execute the maven command:

mvn clean install

maven dependency

yangkit-parser

    <dependency>
        <groupId>io.github.yang-central.yangkit</groupId>
        <artifactId>yangkit-parser</artifactId>
        <version>1.0.0</version>
    </dependency>

yangkit-model-api

    <dependency>
        <groupId>io.github.yang-central.yangkit</groupId>
        <artifactId>yangkit-model-api</artifactId>
        <version>1.0.0</version>
    </dependency>

yangkit-model-impl

    <dependency>
        <groupId>io.github.yang-central.yangkit</groupId>
        <artifactId>yangkit-model-impl</artifactId>
        <version>1.0.0</version>
    </dependency>

yangkit-xpath-api

    <dependency>
        <groupId>io.github.yang-central.yangkit</groupId>
        <artifactId>yangkit-xpath-api</artifactId>
        <version>1.0.0</version>
    </dependency>

yangkit-xpath-impl

    <dependency>
        <groupId>io.github.yang-central.yangkit</groupId>
        <artifactId>yangkit-xpath-impl</artifactId>
        <version>1.0.0</version>
    </dependency>

yangkit-data-api

    <dependency>
        <groupId>io.github.yang-central.yangkit</groupId>
        <artifactId>yangkit-data-api</artifactId>
        <version>1.0.0</version>
    </dependency>

Documentation

Please see the java doc in components.

About

Yangkit is a toolkit for YANG(RFC7950) data model language including YANG parser,YANG data and other tools.

License:Apache License 2.0


Languages

Language:HTML 86.8%Language:Java 11.9%Language:CSS 1.3%Language:JavaScript 0.0%Language:ANTLR 0.0%