Skip to content

Latest commit

 

History

History
17 lines (16 loc) · 429 Bytes

README.md

File metadata and controls

17 lines (16 loc) · 429 Bytes

pyang yaml plugin

Pyang YAML output plugin

Installation

virtualvenv venv
source venv/bin/activate
pip install --upgrade pip
pip install --upgrrade setuptools
pip install -r requirements.txt

Usage

Please this Pyang plugin in your venv dictory, it will work.

pyang -f yaml -p . interfaces.yml

Contributions are most welcome.