An open API service indexing awesome lists of open source software.

https://github.com/vkosuri/pyang-yaml-plugin

[Mainter Required] Pyang YAML output plugin
https://github.com/vkosuri/pyang-yaml-plugin

pyang yang

Last synced: about 1 year ago
JSON representation

[Mainter Required] Pyang YAML output plugin

Awesome Lists containing this project

README

          

# pyang yaml plugin
[Pyang](https://github.com/mbj4668/pyang) [YAML](https://yaml.org/start.html) output plugin

## Installation
``` Bash
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.
``` Bash
pyang -f yaml -p . interfaces.yml
```
## Contributions are most welcome.