From a38ebd4ef179b9ed4a7633558d027d5c3bef4b2c Mon Sep 17 00:00:00 2001 From: Tom Date: Sat, 28 Sep 2024 16:31:59 +0300 Subject: [PATCH] feat: adding yapyang (#162) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2610046..e783fa8 100644 --- a/README.md +++ b/README.md @@ -326,6 +326,7 @@ Network Automation is a cross between the discipline of [Network Infrastructure] - [SEC - Simple Event Correlator](https://simple-evcorr.github.io/) - SEC is an event correlation tool for advanced event processing which can be harnessed for event log monitoring, for network and security management, for fraud detection, and for any other task which involves event correlation. - [Template Text Parser](https://github.com/dmulyalin/ttp) - CLI tool and Python module for parsing semi-structured text into structured data. Similar syntax to Jinja templating, but in reverse. TTP Templates [collection](https://github.com/dmulyalin/ttp_templates). - [TextFSM](https://github.com/google/textfsm) - Python module for parsing semi-structured text into Python tables. + - [YAPYANG](https://github.com/nomios-opensource/yapyang) - Python package that helps translate YANG data models to Python. ## Non-Core Ansible Modules