Metadata-Version: 2.1
Name: yangsuite-yangtree
Version: 2.1.0.post0.dev7
Summary: YANG model loading, validation, and display for YANG Suite.
Home-page: https://developer.cisco.com
Author: Michael Ott
Author-email: miott@cisco.com
License: Cisco End User License Agreement
Requires-Python: >=3.5,<3.9
License-File: LICENSE.txt
Requires-Dist: yangsuite (<3.0.0,>=2.1.0)
Requires-Dist: yangsuite-devices (<3.0.0,>=2.0.0)
Requires-Dist: yangsuite-filemanager (<2.0,>=1.5.0)
Requires-Dist: jinja2 (>=2.10)
Requires-Dist: pyang (>1.7.8)
Requires-Dist: xeger (==0.3.4)
Requires-Dist: yamlordereddictloader (==0.4.0)

yangsuite-yangtree
==================

Core plugin for YANG Suite.

Manages loading, caching, and validation of YANG
(`RFC 6020 <https://tools.ietf.org/html/rfc6020>`_,
`RFC 7950 <https://tools.ietf.org/html/rfc7950>`_) models.
Represents parsed YANG models as Python dicts used in plugins.
Adds GUI for traversing, searching, and inspecting YANG model trees.
